Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp157 SubscriptValue sourceLB[maxRank]; in RTNAME() local
158 source.GetLowerBounds(sourceLB); in RTNAME()
160 SubscriptValue dimLB{sourceLB[dim - 1]}; in RTNAME()
166 sourceAt[j] = sourceLB[j] + resultAt[j] - 1; in RTNAME()
250 SubscriptValue sourceLB[maxRank]; in RTNAME() local
251 source.GetLowerBounds(sourceLB); in RTNAME()
257 SubscriptValue dimLB{sourceLB[dim - 1]}; in RTNAME()
263 sourceAt[j] = sourceLB[j] + resultAt[j] - 1; in RTNAME()