Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp287 auto structVars = structAST->getVariables(); in getMemberIndex() local
288 const auto *it = llvm::find_if(structVars, [&](auto &var) { in getMemberIndex()
291 if (it == structVars.end()) in getMemberIndex()
293 return it - structVars.begin(); in getMemberIndex()