Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp567 ast::Type declResultType = decl->getResultType(); in genConstraintOrRewriteCall() local
569 if (ast::TupleType tupleType = declResultType.dyn_cast<ast::TupleType>()) { in genConstraintOrRewriteCall()
573 resultTypes.push_back(genType(declResultType)); in genConstraintOrRewriteCall()