Lines Matching defs:lowerArrayExpression
3316 ExtValue exv = lowerArrayExpression(rhs);
3434 ExtValue exv = lowerArrayExpression(rhsCC, destination.getType());
3546 ExtValue loopRes = ael.lowerArrayExpression(expr);
3640 [[maybe_unused]] ExtValue loopRes = lowerArrayExpression(expr);
3684 auto exv = lowerArrayExpression(rhs);
3947 ExtValue lowerArrayExpression(const Fortran::lower::SomeExpr &exp) {
3956 [&](const auto &e) { return lowerArrayExpression(genarr(e), resTy); },
3959 ExtValue lowerArrayExpression(const ExtValue &exv) {
3962 return lowerArrayExpression(genarr(exv), resTy);
4087 ExtValue lowerArrayExpression(CC f, mlir::Type resultTy) {