Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp125 bool startsWithAttributes = in parseOperationOp() local
128 if (!startsWithAttributes && !startsWithOperands) { in parseOperationOp()
140 (!startsWithAttributes && succeeded(p.parseOptionalLParen()))) { in parseOperationOp()
149 if (startsWithAttributes || succeeded(p.parseOptionalLBrace())) { in parseOperationOp()