MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers > Struct Template Reference

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
 

Detailed Description

template<typename OpType, typename... OperandMatchers>
struct mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers >

RecursivePatternMatcher that composes.

Definition at line 292 of file Matchers.h.

Constructor & Destructor Documentation

◆ RecursivePatternMatcher()

template<typename OpType , typename... OperandMatchers>
mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers >::RecursivePatternMatcher ( OperandMatchers...  matchers)
inline

Definition at line 293 of file Matchers.h.

Member Function Documentation

◆ match()

template<typename OpType , typename... OperandMatchers>
bool mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers >::match ( Operation op)
inline

Definition at line 295 of file Matchers.h.

Member Data Documentation

◆ operandMatchers

template<typename OpType , typename... OperandMatchers>
std::tuple<OperandMatchers...> mlir::detail::RecursivePatternMatcher< OpType, OperandMatchers >::operandMatchers

Definition at line 304 of file Matchers.h.


The documentation for this struct was generated from the following file: