Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSWidth

231         unsigned LHSWidth =
236 if (SrcIdx < (int)LHSWidth)
239 SrcIdx -= LHSWidth;
943 unsigned LHSWidth = cast<VectorType>(LHS->getType())->getNumElements();
950 Value *Result = (VWidth == LHSWidth)
957 for (unsigned i = 0, e = LHSWidth; i != VWidth; ++i) {
980 if (VWidth == LHSWidth) {
1161 else if (LHSOp0Width == LHSWidth) {
1166 if (RHSShuffle && RHSOp0Width == LHSWidth) {
1185 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth;
1196 } else if (Mask[i] < (int)LHSWidth) {
1219 eltMask = RHSMask[Mask[i]-LHSWidth];
1228 eltMask = Mask[i]-LHSWidth;