Searched refs:GetLBOUND (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | shape.cpp | 354 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 D | fold.cpp | 40 lower = GetLBOUND(context, base, dim); in GetConstantSubscript() 43 if (auto lb{GetLBOUND(context, base, dim)}) { in GetConstantSubscript()
|
| H A D | fold-integer.cpp | 142 if (auto lb{GetLBOUND(context, *named, *dim)}) { in LBOUND()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | shape.h | 76 MaybeExtentExpr GetLBOUND(const NamedEntity &, int dimension); 77 MaybeExtentExpr GetLBOUND(FoldingContext &, const NamedEntity &, int dimension);
|