My Project
|
#include <Matchers.h>
Public Member Functions | |
constant_int_op_binder (IntegerAttr::ValueType *bv) | |
Creates a matcher instance that binds the value to bv if match succeeds. More... | |
bool | match (Operation *op) |
Public Attributes | |
IntegerAttr::ValueType * | bind_value |
The matcher that matches a constant scalar / vector splat / tensor splat integer operation and binds the constant integer value.
|
inline |
Creates a matcher instance that binds the value to bv if match succeeds.
|
inline |
IntegerAttr::ValueType* mlir::detail::constant_int_op_binder::bind_value |