Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp917 if (const auto &lengthExpr = resultType.GetCharLength()) { in genval() local
922 if (allSymbolsInExprPresentInMap(toEvExpr(*lengthExpr), symMap)) { in genval()
923 mlir::Value rawLen = fir::getBase(genval(*lengthExpr)); in genval()