My Project
|
RecursivePatternMatcher that composes. More...
#include <Matchers.h>
Public Member Functions | |
RecursivePatternMatcher (OperandMatchers... matchers) | |
bool | match (Operation *op) |
Public Attributes | |
std::tuple< OperandMatchers... > | operandMatchers |
RecursivePatternMatcher that composes.
|
inline |
|
inline |
std::tuple<OperandMatchers...> mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers >::operandMatchers |