MLIR
18.0.0git
|
The matcher that matches operations that have the specified attribute name. More...
#include "mlir/IR/Matchers.h"
Public Member Functions | |
AttrOpMatcher (StringRef attrName) | |
bool | match (Operation *op) |
Public Attributes | |
StringRef | attrName |
The matcher that matches operations that have the specified attribute name.
Definition at line 65 of file Matchers.h.
|
inline |
Definition at line 66 of file Matchers.h.
|
inline |
Definition at line 67 of file Matchers.h.
StringRef mlir::detail::AttrOpMatcher::attrName |
Definition at line 69 of file Matchers.h.