Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp331 std::string castedName = formatv("castedOp{0}", depth); in emitOpMatch() local
334 castedName, opName, op.getQualCppClassName()); in emitOpMatch()
338 os << formatv("if (!{0}) return failure();\n", castedName); in emitOpMatch()
350 os << formatv("{0} = {1};\n", name, castedName); in emitOpMatch()
372 argName, castedName, nextOperand++); in emitOpMatch()
382 emitOperandMatch(tree, castedName, i, depth); in emitOpMatch()