Lines Matching defs:SrcBitWidth
7041 unsigned SrcBitWidth = SrcVT.getScalarSizeInBits();7043 Mask = Mask.trunc(SrcBitWidth);7050 if (N1C->getAPIntValue().countLeadingZeros() >= (BitWidth - SrcBitWidth) &&