Lines Matching refs:getSignedMax

100     APInt SMax(CR.getSignedMax());  in makeAllowedICmpRegion()
108 return getNonEmpty(APInt::getSignedMinValue(W), CR.getSignedMax() + 1); in makeAllowedICmpRegion()
255 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
266 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
277 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
382 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange
433 getSignedMax().getMinSignedBits()); in getMinSignedBits()
1045 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1047 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()
1065 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()
1093 APInt NewU = APIntOps::smin(getSignedMax(), Other.getSignedMax()) + 1; in smin()
1266 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem()
1391 APInt PosMax = getSignedMax().ashr(Other.getUnsignedMin()) + 1; in ashr()
1405 APInt NegMax = getSignedMax().ashr(Other.getUnsignedMax()) + 1; in ashr()
1419 } else if (getSignedMax().isNegative()) { in ashr()
1445 APInt NewU = getSignedMax().sadd_sat(Other.getSignedMax()) + 1; in sadd_sat()
1462 APInt NewL = getSignedMin().ssub_sat(Other.getSignedMax()); in ssub_sat()
1463 APInt NewU = getSignedMax().ssub_sat(Other.getSignedMin()) + 1; in ssub_sat()
1487 APInt this_max = getSignedMax().sext(getBitWidth() * 2); in smul_sat()
1489 APInt Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in smul_sat()
1515 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat()
1549 APInt SMin = getSignedMin(), SMax = getSignedMax(); in abs()
1593 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow()
1594 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedAddMayOverflow()
1639 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow()
1640 APInt OtherMin = Other.getSignedMin(), OtherMax = Other.getSignedMax(); in signedSubMayOverflow()