Home
last modified time | relevance | path

Searched refs:bind_value (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h37 ValueType *bind_value; member
40 attr_value_binder(ValueType *bv) : bind_value(bv) {} in attr_value_binder()
44 *bind_value = intAttr.getValue(); in match()
67 AttrT *bind_value; member
71 constant_op_binder(AttrT *bind_value) : bind_value(bind_value) {} in constant_op_binder()
73 constant_op_binder() : bind_value(nullptr) {} in constant_op_binder()
86 if (bind_value) in match()
87 *bind_value = attr; in match()
97 FloatAttr::ValueType *bind_value; member
134 IntegerAttr::ValueType *bind_value; member
[all …]