Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DNestedMatcher.h53 explicit operator bool() { return matchedOperation != nullptr; }
55 Operation *getMatchedOperation() const { return matchedOperation; } in getMatchedOperation()
68 Operation *matchedOperation = nullptr; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DNestedMatcher.cpp32 result->matchedOperation = operation; in build()