Home
last modified time | relevance | path

Searched refs:GetLBOUND (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp354 MaybeExtentExpr GetLBOUND(const NamedEntity &base, int dimension) { in GetLBOUND() function
358 MaybeExtentExpr GetLBOUND( in GetLBOUND() function
386 result.emplace_back(GetLBOUND(base, dim)); in GetLBOUNDs()
395 result.emplace_back(GetLBOUND(context, base, dim)); in GetLBOUNDs()
492 lower = GetLBOUND(base, dimension); in GetExtent()
594 } else if (auto lb{GetLBOUND(base, dimension)}) { in GetUBOUND()
602 if (auto lb{GetLBOUND(base, dimension)}) { in GetUBOUND()
631 } else if (auto lb{GetLBOUND(base, dim)}) { in GetUBOUNDs()
H A Dfold.cpp40 lower = GetLBOUND(context, base, dim); in GetConstantSubscript()
43 if (auto lb{GetLBOUND(context, base, dim)}) { in GetConstantSubscript()
H A Dfold-integer.cpp142 if (auto lb{GetLBOUND(context, *named, *dim)}) { in LBOUND()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h76 MaybeExtentExpr GetLBOUND(const NamedEntity &, int dimension);
77 MaybeExtentExpr GetLBOUND(FoldingContext &, const NamedEntity &, int dimension);