My Project
|
#include <Matchers.h>
Public Member Functions | |
constant_op_binder (AttrT *bind_value) | |
bool | match (Operation *op) |
Public Attributes | |
AttrT * | bind_value |
The matcher that matches a constant foldable operation that has no side effect, no operands and produces a single result.
|
inline |
Creates a matcher instance that binds the constant attribute value to bind_value if match succeeds.
|
inline |
AttrT* mlir::detail::constant_op_binder< AttrT >::bind_value |