Searched refs:LHSShuffle (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2208 ShuffleVectorInst* LHSShuffle = dyn_cast<ShuffleVectorInst>(LHS); local
2210 if (LHSShuffle)
2211 if (!isa<UndefValue>(LHSShuffle->getOperand(1)) && !isa<UndefValue>(RHS))
2212 LHSShuffle = nullptr;
2216 if (!LHSShuffle && !RHSShuffle)
2224 if (LHSShuffle) {
2225 LHSOp0 = LHSShuffle->getOperand(0);
2226 LHSOp1 = LHSShuffle->getOperand(1);
2235 if (LHSShuffle) {
2262 LHSMask = LHSShuffle
[all...]

Completed in 61 milliseconds