Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVType.h268 int64_t getUpperBound() const override { return UpperBound; } in getUpperBound() function
HDLVElement.h249 virtual int64_t getUpperBound() const { return 0; } in getUpperBound() function
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVType.cpp510 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDependenceAnalysis.h827 const SCEV *getUpperBound(BoundInfo *Bound) const;
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp1008 if (auto UB = Subrange->getUpperBound()) in dependencies()
1021 if (auto UB = GenericSubrange->getUpperBound()) in dependencies()
HDDwarfUnit.cpp1422 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()
1461 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound()); in constructGenericSubrangeDIE()
HDCodeViewDebug.cpp1753 Subrange->getUpperBound())) { in lowerTypeArray()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugInfoMetadata.cpp523 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange
613 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceAnalysis.cpp2809 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds()
3060 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h402 BoundType getUpperBound() const;
447 BoundType getUpperBound() const;