Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp267 const Fortran::parser::AccTileExprList &accTileExprList = tileClause->v; in createLoopOp() local
268 for (const auto &accTileExpr : accTileExprList.v) { in createLoopOp()