Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DNestedMatcher.h53 explicit operator bool() { return matchedOperation != nullptr; }
55 Operation *getMatchedOperation() { return matchedOperation; } in getMatchedOperation()
68 Operation *matchedOperation; variable
/external/llvm-project/mlir/lib/Analysis/
DNestedMatcher.cpp31 result->matchedOperation = operation; in build()