Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp127 bool startsWithOpName = false; in parseOperationOp() local
132 startsWithOpName = opNameResult.hasValue(); in parseOperationOp()
133 if (startsWithOpName && failed(*opNameResult)) in parseOperationOp()