Searched defs:constant_op_binder (Results 1 – 1 of 1) sorted by relevance
58 template <typename AttrT> struct constant_op_binder { struct63 constant_op_binder(AttrT *bind_value) : bind_value(bind_value) {} in constant_op_binder() function65 constant_op_binder() : bind_value(nullptr) {} in constant_op_binder() argument67 bool match(Operation *op) { in match()