Home
last modified time | relevance | path

Searched refs:ComputeUpperBound (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp515 MaybeExtentExpr ComputeUpperBound( in ComputeUpperBound() function
528 MaybeExtentExpr ComputeUpperBound( in ComputeUpperBound() function
530 return Fold(context, ComputeUpperBound(std::move(lower), std::move(extent))); in ComputeUpperBound()
544 return ComputeUpperBound( in GetRawUpperBound()
552 return ComputeUpperBound( in GetRawUpperBound()
595 return ComputeUpperBound(std::move(*lb), GetExtent(base, dimension)); in GetUBOUND()
603 return ComputeUpperBound( in GetUBOUND()
633 ComputeUpperBound(std::move(*lb), GetExtent(base, dim))); in GetUBOUNDs()
H A Dfold.cpp44 upper = ComputeUpperBound( in GetConstantSubscript()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h83 MaybeExtentExpr ComputeUpperBound(ExtentExpr &&lower, MaybeExtentExpr &&extent);
84 MaybeExtentExpr ComputeUpperBound(