Home
last modified time | relevance | path

Searched refs:boundaryAt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp252 SubscriptValue boundaryAt[maxRank]; in RTNAME() local
254 boundary->GetLowerBounds(boundaryAt); in RTNAME()
271 CopyElement(result, resultAt, *boundary, boundaryAt, terminator); in RTNAME()
277 boundary->IncrementSubscripts(boundaryAt); in RTNAME()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h750 ConstantSubscripts boundaryAt; in EOSHIFT() local
755 boundaryAt.emplace_back( in EOSHIFT()
760 resultElements.push_back(boundary->At(boundaryAt)); in EOSHIFT()