Searched refs:leftValues (Results 1 – 1 of 1) sorted by relevance
1375 Expr<LEFT> &&leftValues, Expr<RIGHT> &&rightValues) { in MapOperation() argument1376 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() argument1417 auto result{ArrayConstructorFromMold<RESULT>(leftValues, std::move(length))}; in MapOperation()1418 auto &leftArrConst{std::get<ArrayConstructor<LEFT>>(leftValues.u)}; in MapOperation()