Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h806 const SCEV *getUpperBound(BoundInfo *Bound) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp914 if (auto UB = Subrange->getUpperBound()) in dependencies()
927 if (auto UB = GenericSubrange->getUpperBound()) in dependencies()
H A DDwarfUnit.cpp1336 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()
1375 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound()); in constructGenericSubrangeDIE()
H A DCodeViewDebug.cpp1626 else if (auto *UI = Subrange->getUpperBound().dyn_cast<ConstantInt*>()) in lowerTypeArray()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp411 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange
497 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h353 BoundType getUpperBound() const;
400 BoundType getUpperBound() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2711 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds()
2962 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo