Lines Matching full:bitwidth
4188 unsigned BitWidth = MulType.getSizeInBits();4189 if (ShiftAmt.sge(0) && ShiftAmt.slt(BitWidth)) {4190 APInt MulVal = APInt(BitWidth, 1) << ShiftAmt;