Home
last modified time | relevance | path

Searched refs:collectSingleShuffleElements (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp621 static bool collectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, in collectSingleShuffleElements() function
657 if (collectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in collectSingleShuffleElements()
673 if (collectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in collectSingleShuffleElements()
850 collectSingleShuffleElements(IEI, EI->getOperand(0), PermittedRHS, in collectShuffleElements()