Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp62 SubscriptValue shiftAt[maxRank]; in GetShift() local
66 shiftAt[k] = lb_[k] + resultAt[j] - 1; in GetShift()
71 shift_.Element<char>(shiftAt), shiftElemLen_, terminator_); in GetShift()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h624 ConstantSubscripts shiftAt; in CSHIFT() local
629 shiftAt.emplace_back(shiftLB[k++] + arrayAt[j] - arrayLB[j]); in CSHIFT()
633 ConstantSubscript shiftCount{shift->At(shiftAt).ToInt64()}; in CSHIFT()
736 ConstantSubscripts shiftAt; in EOSHIFT() local
741 shiftAt.emplace_back(shiftLB[k++] + arrayAt[j] - arrayLB[j]); in EOSHIFT()
745 ConstantSubscript shiftCount{shift->At(shiftAt).ToInt64()}; in EOSHIFT()