Home
last modified time | relevance | path

Searched refs:getUpper (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueLattice.cpp26 << Val.getConstantRange(true).getUpper() << ">"; in operator <<()
30 << Val.getConstantRange().getUpper() << ">"; in operator <<()
H A DStackSafetyAnalysis.cpp205 << getStaticAllocaSizeRange(*AI).getUpper() << "]: " << AS << "\n"; in print()
319 if (Sizes.getUpper().isNegative() || isUnsafe(Sizes)) in getMemIntrinsicAccessRange()
323 Sizes.getUpper() - 1); in getMemIntrinsicAccessRange()
H A DScalarEvolution.cpp6090 APInt StartUpper = StartRange.getUpper() - 1; in getRangeForAffineARHelper()
9100 APInt Upper = Range.getUpper().sextOrSelf(A.getBitWidth()); in SolveQuadraticAddRecRange()
11557 APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower(); in getNumIterationsInRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp91 return ConstantRange(CR.getUpper(), CR.getLower()); in makeAllowedICmpRegion()
169 RHS = getUpper(); in getEquivalentICmp()
171 } else if (getUpper().isMinSignedValue() || getUpper().isMinValue()) { in getEquivalentICmp()
173 getUpper().isMinSignedValue() ? CmpInst::ICMP_SGE : CmpInst::ICMP_UGE; in getEquivalentICmp()
373 return getUpper() - 1; in getUnsignedMax()
385 return getUpper() - 1; in getSignedMax()
411 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()
415 return Other.getUpper().ule(Upper) || in contains()
418 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains()
915 APInt NewUpper = getUpper() + Other.getUpper() - 1; in add()
[all …]
H A DMetadata.cpp979 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
999 cast<ConstantInt>(ConstantInt::get(Ty, Union.getUpper())); in tryMergeRange()
H A DVerifier.cpp3669 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h174 const APInt &getUpper() const { return Upper; } in getUpper() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp401 R.getUpper().getMinSignedBits()) + 1; in validateAndTransform()
H A DSCCP.cpp609 ConstantAsMetadata::get(ConstantInt::get(Context, CR.getUpper()))}; in runIPSCCP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3688 assert(Range.getUpper().getNumWords() == 1); in writeFunctionTypeMetadataRecords()
3690 emitSignedInt64(Record, *Range.getUpper().getRawData()); in writeFunctionTypeMetadataRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp651 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2637 const APInt &Upper = CR.getUpper(); in foldICmpAddConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7104 Ty, AssumedConstantRange.getUpper()))}; in getMDNodeForConstantRange()