Lines Matching refs:getSignedMin
135 APInt SMin(CR.getSignedMin()); in makeAllowedICmpRegion()
143 return getNonEmpty(CR.getSignedMin(), APInt::getSignedMinValue(W)); in makeAllowedICmpRegion()
308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
333 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()
444 APInt ConstantRange::getSignedMin() const { in getSignedMin() function in ConstantRange
488 return std::max(getSignedMin().getSignificantBits(), in getMinSignedBits()
1156 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply()
1158 Other_min = Other.getSignedMin().sext(getBitWidth() * 2); in multiply()
1174 APInt Min = getSignedMin(); in smul_fast()
1176 APInt OtherMin = Other.getSignedMin(); in smul_fast()
1195 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax()
1223 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin()
1400 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem()
1542 APInt PosMin = getSignedMin().ashr(Other.getUnsignedMax()); in ashr()
1556 APInt NegMin = getSignedMin().ashr(Other.getUnsignedMin()); in ashr()
1559 if (getSignedMin().isNonNegative()) { in ashr()
1588 APInt NewL = getSignedMin().sadd_sat(Other.getSignedMin()); in sadd_sat()
1606 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat()
1607 APInt NewU = getSignedMax().ssub_sat(Other.getSignedMin()) + 1; in ssub_sat()
1630 APInt Min = getSignedMin(); in smul_sat()
1632 APInt OtherMin = Other.getSignedMin(); in smul_sat()
1654 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat()
1688 APInt SMin = getSignedMin(), SMax = getSignedMax(); in abs()
1884 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow()
1885 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedAddMayOverflow()
1930 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow()
1931 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedSubMayOverflow()