Lines Matching defs:BW
799 auto BW = getBitWidth();
800 APInt Min = APInt::getMinValue(BW);
801 APInt Max = APInt::getMaxValue(BW);
802 if (ResultBitWidth > BW) {
810 auto BW = getBitWidth();
811 APInt SMin = APInt::getSignedMinValue(BW);
812 APInt SMax = APInt::getSignedMaxValue(BW);
813 if (ResultBitWidth > BW) {
1630 // Typically the following code doesn't improve the result if BW = 1.
1652 unsigned BW = getBitWidth();
1653 if (RHS->uge(BW))
1660 return getNonEmpty(APInt::getZero(BW),
1661 APInt::getBitsSetFrom(BW, RHS->getZExtValue()) + 1);