Home
last modified time | relevance | path

Searched refs:getSignedMin (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp116 APInt SMin(CR.getSignedMin()); in makeAllowedICmpRegion()
124 return getNonEmpty(CR.getSignedMin(), APInt::getSignedMinValue(W)); in makeAllowedICmpRegion()
255 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
266 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
276 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()
388 APInt ConstantRange::getSignedMin() const { in getSignedMin() function in ConstantRange
432 return std::max(getSignedMin().getMinSignedBits(), in getMinSignedBits()
1044 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply()
1046 Other_min = Other.getSignedMin().sext(getBitWidth() * 2); in multiply()
1064 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax()
[all …]
H A DAsmWriter.cpp3245 Out << "[" << Range.getSignedMin() << ", " << Range.getSignedMax() << "]"; in printFunctionSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h258 APInt getSignedMin() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp101 !SizeRange.getSignedMin().isNonNegative()) { in getBoundsCheckCond()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp411 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst()
H A DSimplifyIndVar.cpp1859 NonNegativeUse = RangeInfo->getSignedMin().isNonNegative(); in pushNarrowIVUsers()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h873 return getRangeRef(S, HINT_RANGE_SIGNED).getSignedMin();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2820 return CR->getSignedMin().sge(-1ull << Width) && in isSExtAbsoluteSymbolRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp379 ROffset = Range.getSignedMin(); in stripAndAccumulateMinimalOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6128 getRangeForAffineARHelper(StepSRange.getSignedMin(), StartSRange, in getRangeForAffineAR()