Lines Matching refs:getSignedMax

119     APInt SMax(CR.getSignedMax());  in makeAllowedICmpRegion()
127 return getNonEmpty(APInt::getSignedMinValue(W), CR.getSignedMax() + 1); in makeAllowedICmpRegion()
308 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
319 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
334 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
438 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange
489 getSignedMax().getSignificantBits()); in getMinSignedBits()
1157 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1159 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()
1175 APInt Max = getSignedMax(); in smul_fast()
1177 APInt OtherMax = Other.getSignedMax(); in smul_fast()
1196 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()
1224 APInt NewU = APIntOps::smin(getSignedMax(), Other.getSignedMax()) + 1; in smin()
1400 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem()
1535 APInt PosMax = getSignedMax().ashr(Other.getUnsignedMin()) + 1; in ashr()
1549 APInt NegMax = getSignedMax().ashr(Other.getUnsignedMax()) + 1; in ashr()
1563 } else if (getSignedMax().isNegative()) { in ashr()
1589 APInt NewU = getSignedMax().sadd_sat(Other.getSignedMax()) + 1; 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()
1631 APInt Max = getSignedMax(); in smul_sat()
1633 APInt OtherMax = Other.getSignedMax(); 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()