MLIR
18.0.0git
|
RecursivePatternMatcher that composes. More...
#include "mlir/IR/Matchers.h"
Public Member Functions | |
RecursivePatternMatcher (OperandMatchers... matchers) | |
bool | match (Operation *op) |
Public Attributes | |
std::tuple< OperandMatchers... > | operandMatchers |
RecursivePatternMatcher that composes.
Definition at line 292 of file Matchers.h.
|
inline |
Definition at line 293 of file Matchers.h.
|
inline |
Definition at line 295 of file Matchers.h.
std::tuple<OperandMatchers...> mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers >::operandMatchers |
Definition at line 304 of file Matchers.h.