Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h265 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
H A DLVElement.h247 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp502 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange
596 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3044 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6986 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function
6987 const Expr *getLowerBound() const { in getLowerBound() function