MLIR  20.0.0git
Public Member Functions | List of all members
mlir::detail::op_matcher< OpClass > Struct Template Reference

The matcher that matches a certain kind of op. More...

#include "mlir/IR/Matchers.h"

Public Member Functions

bool match (Operation *op)
 

Detailed Description

template<typename OpClass>
struct mlir::detail::op_matcher< OpClass >

The matcher that matches a certain kind of op.

Definition at line 224 of file Matchers.h.

Member Function Documentation

◆ match()

template<typename OpClass >
bool mlir::detail::op_matcher< OpClass >::match ( Operation op)
inline

Definition at line 225 of file Matchers.h.


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