Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DCoarray.cpp63 fir::ExtendedValue Fortran::lower::CoarrayExprHelper::genValue( in genValue() function in Fortran::lower::CoarrayExprHelper
H A DConvertVariable.cpp1359 auto genValue = [&](const Fortran::lower::SomeExpr &expr) { in mapSymbolAttributes() local
1374 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()
H A DConvertExpr.cpp2126 .genValue(coref); in genval()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCoarray.h67 fir::ExtendedValue genValue(const evaluate::CoarrayRef &expr);