Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h1375 Expr<LEFT> &&leftValues, Expr<RIGHT> &&rightValues) { in MapOperation() argument
1376 auto result{ArrayConstructorFromMold<RESULT>(leftValues, std::move(length))}; in MapOperation()
1377 auto &leftArrConst{std::get<ArrayConstructor<LEFT>>(leftValues.u)}; in MapOperation()
1416 Expr<LEFT> &&leftValues, const Expr<RIGHT> &rightScalar) { in MapOperation() argument
1417 auto result{ArrayConstructorFromMold<RESULT>(leftValues, std::move(length))}; in MapOperation()
1418 auto &leftArrConst{std::get<ArrayConstructor<LEFT>>(leftValues.u)}; in MapOperation()