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.cpp633 static bool collectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, in collectSingleShuffleElements() function
669 if (collectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in collectSingleShuffleElements()
685 if (collectSingleShuffleElements(VecOp, LHS, RHS, Mask)) { in collectSingleShuffleElements()
862 collectSingleShuffleElements(IEI, EI->getOperand(0), PermittedRHS, in collectShuffleElements()