Lines Matching defs:SrcBitWidth
7185 unsigned SrcBitWidth = SrcVT.getScalarSizeInBits();7187 Mask = Mask.trunc(SrcBitWidth);7194 if (N1C->getAPIntValue().countLeadingZeros() >= (BitWidth - SrcBitWidth) &&