Home
last modified time | relevance | path

Searched refs:getLower (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueLattice.cpp25 << Val.getConstantRange(true).getLower() << ", " in operator <<()
29 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
H A DScalarEvolution.cpp6089 APInt StartLower = StartRange.getLower(); in getRangeForAffineARHelper()
9099 APInt Lower = Range.getLower().sextOrSelf(A.getBitWidth()) - 1; 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()
166 } else if (getLower().isMinSignedValue() || getLower().isMinValue()) { in getEquivalentICmp()
168 getLower().isMinSignedValue() ? CmpInst::ICMP_SLT : CmpInst::ICMP_ULT; in getEquivalentICmp()
174 RHS = getLower(); in getEquivalentICmp()
379 return getLower(); in getUnsignedMin()
391 return getLower(); in getSignedMin()
411 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()
416 Lower.ule(Other.getLower()); in contains()
418 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains()
914 APInt NewLower = getLower() + Other.getLower(); in add()
[all …]
H A DMetadata.cpp979 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
997 cast<ConstantInt>(ConstantInt::get(Ty, Union.getLower())); in tryMergeRange()
H A DVerifier.cpp3669 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous()
3700 Assert(LowV.sgt(LastRange.getLower()), "Intervals are not in order", in visitRangeMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h171 const APInt &getLower() const { return Lower; } in getLower() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp400 unsigned MinBW = std::max(R.getLower().getMinSignedBits(), in validateAndTransform()
H A DSCCP.cpp608 ConstantAsMetadata::get(ConstantInt::get(Context, CR.getLower())), in runIPSCCP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3687 assert(Range.getLower().getNumWords() == 1); in writeFunctionTypeMetadataRecords()
3689 emitSignedInt64(Record, *Range.getLower().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.cpp2638 const APInt &Lower = CR.getLower(); in foldICmpAddConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7102 Ty, AssumedConstantRange.getLower())), in getMDNodeForConstantRange()