Lines Matching refs:RHSShuffle
1039 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
1043 if (RHSShuffle) in visitShuffleVectorInst()
1044 if (!isa<UndefValue>(RHSShuffle->getOperand(1))) in visitShuffleVectorInst()
1045 RHSShuffle = nullptr; in visitShuffleVectorInst()
1046 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1059 if (RHSShuffle) { in visitShuffleVectorInst()
1060 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
1077 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
1093 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
1094 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
1134 assert(isa<UndefValue>(RHSShuffle->getOperand(1)) in visitShuffleVectorInst()