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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp533 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); local
537 if (RHSShuffle)
538 if (!isa<UndefValue>(RHSShuffle->getOperand(1)))
539 RHSShuffle = NULL;
540 if (!LHSShuffle && !RHSShuffle)
553 if (RHSShuffle) {
554 RHSOp0 = RHSShuffle->getOperand(0);
571 if (RHSShuffle && RHSOp0Width == LHSWidth) {
587 if (RHSShuffle && newRHS != RHS)
588 RHSMask = RHSShuffle
[all...]

Completed in 44 milliseconds