Home
last modified time | relevance | path

Searched refs:getSignedMax (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp79 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 ConstantRange
854 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantRange.h189 APInt getSignedMax() const;
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h826 return getRangeRef(S, HINT_RANGE_SIGNED).getSignedMax();
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2282 CR->getSignedMax().slt(1ull << Width); in isSExtAbsoluteSymbolRef()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp5825 SR = SR.unionWith(getRangeForAffineARHelper(StepSRange.getSignedMax(), in getRangeForAffineAR()