Searched refs:CollectSingleShuffleElements (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 250 static bool CollectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, in CollectSingleShuffleElements() function 287 if (CollectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in CollectSingleShuffleElements() 302 if (CollectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in CollectSingleShuffleElements() 378 if (CollectSingleShuffleElements(IEI, EI->getOperand(0), RHS, Mask)) in CollectShuffleElements()
|