Searched refs:getSignedMin (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 116 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 D | AsmWriter.cpp | 3245 Out << "[" << Range.getSignedMin() << ", " << Range.getSignedMax() << "]"; in printFunctionSummary()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 258 APInt getSignedMin() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 101 !SizeRange.getSignedMin().isNonNegative()) { in getBoundsCheckCond()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 411 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst()
|
| H A D | SimplifyIndVar.cpp | 1859 NonNegativeUse = RangeInfo->getSignedMin().isNonNegative(); in pushNarrowIVUsers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 873 return getRangeRef(S, HINT_RANGE_SIGNED).getSignedMin();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 2820 return CR->getSignedMin().sge(-1ull << Width) && in isSExtAbsoluteSymbolRef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 379 ROffset = Range.getSignedMin(); in stripAndAccumulateMinimalOffsets()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6128 getRangeForAffineARHelper(StepSRange.getSignedMin(), StartSRange, in getRangeForAffineAR()
|