Home
last modified time | relevance | path

Searched defs:RecursivePatternMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h241 struct RecursivePatternMatcher { struct
242 RecursivePatternMatcher(OperandMatchers... matchers) in RecursivePatternMatcher() argument
244 bool match(Operation *op) { in match()
253 std::tuple<OperandMatchers...> operandMatchers;