Searched refs:getSignedMax (Results 1 – 5 of 5) sorted by relevance
79 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion()91 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion()220 const APInt &SignedMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()245 const APInt &SignedMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()377 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange854 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()856 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()874 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()900 APInt NewU = APIntOps::smin(getSignedMax(), Other.getSignedMax()) + 1; in smin()1019 APInt PosMax = getSignedMax().ashr(Other.getUnsignedMin()) + 1; in ashr()[all …]
189 APInt getSignedMax() const;
826 return getRangeRef(S, HINT_RANGE_SIGNED).getSignedMax();
2282 CR->getSignedMax().slt(1ull << Width); in isSExtAbsoluteSymbolRef()
5825 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()