MLIR  20.0.0git
Public Member Functions | List of all members
mlir::query::matcher::MatcherFnImpl< MatcherFn > Class Template Reference

#include "mlir/Query/Matcher/MatchersInternal.h"

+ Inheritance diagram for mlir::query::matcher::MatcherFnImpl< MatcherFn >:

Public Member Functions

 MatcherFnImpl (MatcherFn &matcherFn)
 
bool match (Operation *op) override
 
- Public Member Functions inherited from mlir::query::matcher::MatcherInterface
virtual ~MatcherInterface ()=default
 

Detailed Description

template<typename MatcherFn>
class mlir::query::matcher::MatcherFnImpl< MatcherFn >

Definition at line 40 of file MatchersInternal.h.

Constructor & Destructor Documentation

◆ MatcherFnImpl()

template<typename MatcherFn >
mlir::query::matcher::MatcherFnImpl< MatcherFn >::MatcherFnImpl ( MatcherFn &  matcherFn)
inline

Definition at line 42 of file MatchersInternal.h.

Member Function Documentation

◆ match()

template<typename MatcherFn >
bool mlir::query::matcher::MatcherFnImpl< MatcherFn >::match ( Operation op)
inlineoverridevirtual

Implements mlir::query::matcher::MatcherInterface.

Definition at line 43 of file MatchersInternal.h.


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