My Project
|
#include <Matchers.h>
Public Member Functions | |
attr_value_binder (ValueType *bv) | |
Creates a matcher instance that binds the value to bv if match succeeds. More... | |
bool | match (const Attribute &attr) |
Public Attributes | |
ValueType * | bind_value |
The matcher that matches a certain kind of Attribute and binds the value inside the Attribute.
|
inline |
Creates a matcher instance that binds the value to bv if match succeeds.
|
inline |
ValueType* mlir::detail::attr_value_binder< AttrClass, ValueType, typename >::bind_value |