Lines Matching defs:LHSWidth
552 unsigned LHSWidth = cast<FixedVectorType>(SVI->getOperand(0)->getType())
557 if (SrcIdx < (int)LHSWidth)
560 SrcIdx -= LHSWidth;
2811 unsigned LHSWidth = cast<FixedVectorType>(LHS->getType())->getNumElements();
2840 X->getType()->isVectorTy() && VWidth == LHSWidth) {
2858 return new ShuffleVectorInst(LHS, createUnaryMask(Mask, LHSWidth));
3074 else if (LHSOp0Width == LHSWidth) {
3079 if (RHSShuffle && RHSOp0Width == LHSWidth) {
3098 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth;
3109 } else if (Mask[i] < (int)LHSWidth) {
3132 eltMask = RHSMask[Mask[i]-LHSWidth];
3141 eltMask = Mask[i]-LHSWidth;