Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } getLowerBound() function
95 const Expr *getLowerBound() const { getLowerBound() function
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp498 DISubrange::BoundType DISubrange::getLowerBound() const { getLowerBound() function in DISubrange
592 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { getLowerBound() function in DIGenericSubrange
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3044 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo