Home
last modified time | relevance | path

Searched defs:getUpperBound (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h268 int64_t getUpperBound() const override { return UpperBound; } in getUpperBound() function
H A DLVElement.h249 virtual int64_t getUpperBound() const { return 0; } in getUpperBound() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp523 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange
613 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3060 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo