Lines Matching defs:LHSWidth
552 unsigned LHSWidth = cast<FixedVectorType>(SVI->getOperand(0)->getType())
557 if (SrcIdx < (int)LHSWidth)
560 SrcIdx -= LHSWidth;
2877 unsigned LHSWidth = cast<FixedVectorType>(LHS->getType())->getNumElements();
2906 X->getType()->isVectorTy() && VWidth == LHSWidth) {
2924 return new ShuffleVectorInst(LHS, createUnaryMask(Mask, LHSWidth));
3153 else if (LHSOp0Width == LHSWidth) {
3158 if (RHSShuffle && RHSOp0Width == LHSWidth) {
3177 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth;
3188 } else if (Mask[i] < (int)LHSWidth) {
3211 eltMask = RHSMask[Mask[i]-LHSWidth];
3220 eltMask = Mask[i]-LHSWidth;