Searched refs: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() argument96 if (!constant_op_binder<Attribute>(&attr).match(op)) in match()217 inline detail::constant_op_binder<AttrT> m_Constant(AttrT *bind_value) { in m_Constant()218 return detail::constant_op_binder<AttrT>(bind_value); in m_Constant()