Home
last modified time | relevance | path

Searched refs:getUpperBound (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h272 int64_t getUpperBound() const override { return UpperBound; } in getUpperBound() function
H A DLVElement.h263 virtual int64_t getUpperBound() const { return 0; } in getUpperBound() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp514 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h842 const SCEV *getUpperBound(BoundInfo *Bound) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1601 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()
1645 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()
1687 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound()); in constructGenericSubrangeDIE()
H A DDwarfCompileUnit.cpp1040 if (auto UB = Subrange->getUpperBound()) in dependencies()
1053 if (auto UB = GenericSubrange->getUpperBound()) in dependencies()
H A DCodeViewDebug.cpp1767 Subrange->getUpperBound())) { in lowerTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp703 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange
793 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h405 LLVM_ABI BoundType getUpperBound() const;
450 LLVM_ABI BoundType getUpperBound() const;
1542 BoundType getUpperBound() const { in getUpperBound() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2819 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds()
3070 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo