Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp590 static bool collectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, in collectSingleShuffleElements() function
626 if (collectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in collectSingleShuffleElements()
642 if (collectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in collectSingleShuffleElements()
813 collectSingleShuffleElements(IEI, EI->getOperand(0), PermittedRHS, in collectShuffleElements()