Lines Matching refs:getSignedMax
100 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion()
108 return getNonEmpty(APInt::getSignedMinValue(W), CR.getSignedMax() + 1); in makeAllowedICmpRegion()
250 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
261 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
272 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
377 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange
428 getSignedMax().getMinSignedBits()); in getMinSignedBits()
1040 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1042 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()
1060 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()
1082 APInt NewU = APIntOps::smin(getSignedMax(), Other.getSignedMax()) + 1; in smin()
1231 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem()
1362 APInt PosMax = getSignedMax().ashr(Other.getUnsignedMin()) + 1; in ashr()
1376 APInt NegMax = getSignedMax().ashr(Other.getUnsignedMax()) + 1; in ashr()
1390 } else if (getSignedMax().isNegative()) { in ashr()
1416 APInt NewU = getSignedMax().sadd_sat(Other.getSignedMax()) + 1; in sadd_sat()
1433 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat()
1434 APInt NewU = getSignedMax().ssub_sat(Other.getSignedMin()) + 1; in ssub_sat()
1458 APInt this_max = getSignedMax().sext(getBitWidth() * 2); in smul_sat()
1460 APInt Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in smul_sat()
1486 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat()
1520 APInt SMin = getSignedMin(), SMax = getSignedMax(); in abs()
1564 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow()
1565 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedAddMayOverflow()
1610 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow()
1611 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedSubMayOverflow()