Searched refs:getSignedMax (Results 1 – 9 of 9) sorted by relevance
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()330 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()434 APInt ConstantRange::getSignedMax() const { in getSignedMax() function in ConstantRange485 getSignedMax().getMinSignedBits()); in getMinSignedBits()1123 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()1125 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()1141 APInt Max = getSignedMax(); in smul_fast()[all …]
3284 Out << "[" << Range.getSignedMin() << ", " << Range.getSignedMax() << "]"; in printFunctionSummary()
282 APInt getSignedMax() const;
425 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
991 return getRangeRef(S, HINT_RANGE_SIGNED).getSignedMax();
2941 CR->getSignedMax().slt(1ull << Width); in isSExtAbsoluteSymbolRef()
334 ROffset = Range.getSignedMax(); in stripAndAccumulateOffsets()
6983 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()
4514 CR.getSignedMax().getNumSignBits()); in ComputeNumSignBits()