| MLIR
    22.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.
References mlir::Operation::getName(), mlir::OperationName::getStringRef(), and name.
| StringRef mlir::detail::NameOpMatcher::name | 
Definition at line 62 of file Matchers.h.
Referenced by match().