Home
last modified time | relevance | path

Searched defs:simplifyMaskedGather (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1089 static Instruction *simplifyMaskedGather(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedGather() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp389 Instruction *InstCombinerImpl::simplifyMaskedGather(IntrinsicInst &II) { in simplifyMaskedGather() function in InstCombinerImpl
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1118 Instruction *InstCombiner::simplifyMaskedGather(IntrinsicInst &II) { in simplifyMaskedGather() function in InstCombiner