MLIR
20.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 66 of file Matchers.h.
|
inline |
Definition at line 67 of file Matchers.h.
|
inline |
Definition at line 68 of file Matchers.h.
References attrName, and mlir::Operation::hasAttr().
StringRef mlir::detail::AttrOpMatcher::attrName |
Definition at line 70 of file Matchers.h.
Referenced by match().