Lines Matching refs:RHSShuffle
1128 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
1132 if (RHSShuffle) in visitShuffleVectorInst()
1133 if (!isa<UndefValue>(RHSShuffle->getOperand(1))) in visitShuffleVectorInst()
1134 RHSShuffle = nullptr; in visitShuffleVectorInst()
1135 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1148 if (RHSShuffle) { in visitShuffleVectorInst()
1149 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
1166 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
1182 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
1183 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
1223 assert(isa<UndefValue>(RHSShuffle->getOperand(1)) in visitShuffleVectorInst()