Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h192 struct RecursivePatternMatcher { struct
193 RecursivePatternMatcher(OperandMatchers... matchers) in RecursivePatternMatcher() function
195 bool match(Operation *op) { in match()
204 std::tuple<OperandMatchers...> operandMatchers;