| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueLattice.cpp | 68 << Val.getConstantRange(true).getLower() << ", " in operator <<() 72 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", " in operator <<()
|
| H A D | StackSafetyAnalysis.cpp | 382 const SCEV *Min = ToDiffTy(SE.getConstant(Size.getLower())); in isSafeAccess()
|
| H A D | ScalarEvolution.cpp | 6984 APInt StartLower = StartRange.getLower(); in getRangeForAffineARHelper() 10318 APInt Lower = Range.getLower().sext(A.getBitWidth()) - 1; in SolveQuadraticAddRecRange() 13271 APInt End = A.sge(1) ? (Range.getUpper() - 1) : Range.getLower(); in getNumIterationsInRange()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 217 } else if (getLower().isMinSignedValue() || getLower().isMinValue()) { in getEquivalentICmp() 224 RHS = getLower(); in getEquivalentICmp() 227 RHS = getUpper() - getLower(); in getEquivalentICmp() 228 Offset = -getLower(); in getEquivalentICmp() 435 return getLower(); in getUnsignedMin() 447 return getLower(); in getSignedMin() 472 Lower.ule(Other.getLower()); in contains() 1012 APInt NewLower = getLower() + Other.getLower(); in add() 1060 APInt NewUpper = getUpper() - Other.getLower(); in sub() 1257 RHS_umin = RHS.getLower(); in udiv() [all …]
|
| H A D | Metadata.cpp | 1234 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous() 1252 cast<ConstantInt>(ConstantInt::get(Ty, Union.getLower())); in tryMergeRange()
|
| H A D | Verifier.cpp | 3991 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper(); in isContiguous() 4029 Check(LowV.sgt(LastRange.getLower()), "Intervals are not in order", in verifyRangeMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 733 if (getAssumed().getLower() == Min && getAssumed().getUpper() - 1 == Max) in emitAttributeIfNotDefault() 740 OS << getAssumed().getLower() << ',' << getAssumed().getUpper() - 1; in emitAttributeIfNotDefault() 750 OS << getAssumed().getLower() << ',' << getAssumed().getUpper() - 1; in getAsStr() 836 *F, {AssumedGroupSize->getAssumed().getLower().getZExtValue(), in initialize() 867 {CallerInfo->getAssumed().getLower().getZExtValue(), in updateImpl() 869 {AssumedGroupSize->getAssumed().getLower().getZExtValue(), in updateImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.h | 71 LVAddress getLower() const { return Lower; } in getLower() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 198 const APInt &getLower() const { return Lower; } in getLower() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 307 ConstantAsMetadata::get(ConstantInt::get(Context, CR.getLower())), in runIPSCCP()
|
| H A D | AttributorAttributes.cpp | 9094 Ty, AssumedConstantRange.getLower())), in getMDNodeForConstantRange()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 362 unsigned MinBW = std::max(R.getLower().getSignificantBits(), in validateAndTransform()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 1270 APInt LowerDiff = CR1.getLower() ^ CR2.getLower(); in foldAndOrOfICmpsUsingRanges() 1272 APInt CR1Size = CR1.getUpper() - CR1.getLower(); in foldAndOrOfICmpsUsingRanges() 1274 CR1Size != CR2.getUpper() - CR2.getLower()) in foldAndOrOfICmpsUsingRanges() 1277 CR = CR1.getLower().ult(CR2.getLower()) ? CR1 : CR2; in foldAndOrOfICmpsUsingRanges()
|
| H A D | InstCombineCompares.cpp | 2990 const APInt &Lower = CR.getLower(); in foldICmpAddConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 1136 CompileUnit->addObject(ScopesWithRanges->getLower(), in processModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3875 assert(Range.getLower().getNumWords() == 1); in writeFunctionTypeMetadataRecords() 3877 emitSignedInt64(Record, *Range.getLower().getRawData()); in writeFunctionTypeMetadataRecords()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 694 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp) in matchInstruction()
|