Lines Matching refs:getSignedMax

118     APInt SMax(CR.getSignedMax());  in makeAllowedICmpRegion()
126 return getNonEmpty(APInt::getSignedMinValue(W), CR.getSignedMax() + 1); in makeAllowedICmpRegion()
311 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
322 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
333 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
437 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange
488 getSignedMax().getMinSignedBits()); in getMinSignedBits()
1126 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1128 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()
1144 APInt Max = getSignedMax(); in smul_fast()
1146 APInt OtherMax = Other.getSignedMax(); in smul_fast()
1165 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()
1193 APInt NewU = APIntOps::smin(getSignedMax(), Other.getSignedMax()) + 1; in smin()
1369 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem()
1497 APInt PosMax = getSignedMax().ashr(Other.getUnsignedMin()) + 1; in ashr()
1511 APInt NegMax = getSignedMax().ashr(Other.getUnsignedMax()) + 1; in ashr()
1525 } else if (getSignedMax().isNegative()) { in ashr()
1551 APInt NewU = getSignedMax().sadd_sat(Other.getSignedMax()) + 1; in sadd_sat()
1568 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat()
1569 APInt NewU = getSignedMax().ssub_sat(Other.getSignedMin()) + 1; in ssub_sat()
1593 APInt Max = getSignedMax(); in smul_sat()
1595 APInt OtherMax = Other.getSignedMax(); in smul_sat()
1616 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat()
1650 APInt SMin = getSignedMin(), SMax = getSignedMax(); in abs()
1694 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow()
1695 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedAddMayOverflow()
1740 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow()
1741 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedSubMayOverflow()