Searched refs:getLower (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueLattice.cpp | 25 << Val.getConstantRange(true).getLower() << ", " in operator <<() 29 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
|
H A D | ScalarEvolution.cpp | 6089 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 D | ConstantRange.cpp | 91 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 D | Metadata.cpp | 979 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous() 997 cast<ConstantInt>(ConstantInt::get(Ty, Union.getLower())); in tryMergeRange()
|
H A D | Verifier.cpp | 3669 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 D | ConstantRange.h | 171 const APInt &getLower() const { return Lower; } in getLower() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 400 unsigned MinBW = std::max(R.getLower().getMinSignedBits(), in validateAndTransform()
|
H A D | SCCP.cpp | 608 ConstantAsMetadata::get(ConstantInt::get(Context, CR.getLower())), in runIPSCCP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3687 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 D | SimplifyCFG.cpp | 651 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2638 const APInt &Lower = CR.getLower(); in foldICmpAddConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 7102 Ty, AssumedConstantRange.getLower())), in getMDNodeForConstantRange()
|