MLIR
20.0.0git
|
The matcher that matches operations that have the specified op name. More...
#include "mlir/IR/Matchers.h"
Public Member Functions | |
NameOpMatcher (StringRef name) | |
bool | match (Operation *op) |
Public Attributes | |
StringRef | name |
The matcher that matches operations that have the specified op name.
Definition at line 58 of file Matchers.h.
|
inline |
Definition at line 59 of file Matchers.h.
|
inline |
Definition at line 60 of file Matchers.h.
StringRef mlir::detail::NameOpMatcher::name |
Definition at line 62 of file Matchers.h.