MLIR
20.0.0git
|
#include "mlir/Query/Matcher/MatchersInternal.h"
Public Member Functions | |
virtual | ~MatcherInterface ()=default |
virtual bool | match (Operation *op)=0 |
Definition at line 29 of file MatchersInternal.h.
|
virtualdefault |
|
pure virtual |
Implemented in mlir::query::matcher::MatcherFnImpl< MatcherFn >.