Home
last modified time | relevance | path

Searched defs:getLowerBound (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h269 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
H A DLVElement.h261 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp682 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange
776 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1538 BoundType getLowerBound() const { in getLowerBound() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3054 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7154 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function
7155 const Expr *getLowerBound() const { in getLowerBound() function