reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1903 for (unsigned i = 0, e = LHSWidth; i != VWidth; ++i) { 1951 if (VWidth == LHSWidth) { 2133 else if (LHSOp0Width == LHSWidth) { 2138 if (RHSShuffle && RHSOp0Width == LHSWidth) { 2157 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth; 2168 } else if (Mask[i] < (int)LHSWidth) { 2191 eltMask = RHSMask[Mask[i]-LHSWidth]; 2200 eltMask = Mask[i]-LHSWidth;