Searched refs:genValue (Results 1 – 4 of 4) sorted by relevance
63 fir::ExtendedValue Fortran::lower::CoarrayExprHelper::genValue( in genValue() function in Fortran::lower::CoarrayExprHelper
1359 auto genValue = [&](const Fortran::lower::SomeExpr &expr) { in mapSymbolAttributes() local1374 mlir::Value ub = genValue(highEx); in mapSymbolAttributes()1410 mlir::Value lb = builder.createConvert(loc, idxTy, genValue(expr)); in mapSymbolAttributes()1419 lb = builder.createConvert(loc, idxTy, genValue(expr)); in mapSymbolAttributes()1427 ub = builder.createConvert(loc, idxTy, genValue(expr)); in mapSymbolAttributes()1444 mlir::Value rawLen = genValue(*charLen); in mapSymbolAttributes()
2126 .genValue(coref); in genval()
67 fir::ExtendedValue genValue(const evaluate::CoarrayRef &expr);