Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
DPDLInterp.cpp102 Operation::operand_range attrArgs = op.attributes(); in print() local
105 [&](int i) { p << attrNames[i] << " = " << attrArgs[i]; }); in print()
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp202 Operation::operand_range attrArgs = op.attributes(); in print() local
205 [&](int i) { p << attrNames[i] << " = " << attrArgs[i]; }); in print()