Home
last modified time | relevance | path

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

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