HomeSort by: relevance | last modified time | path
    Searched defs:getLowerBound (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); }
95 const Expr *getLowerBound() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 390 DISubrange::BoundType DISubrange::getLowerBound() const {
480 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 2708 if (const SCEV *LowerBound = getLowerBound(Bound))
2946 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const {

Completed in 31 milliseconds