Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h58 template <typename AttrT> struct constant_op_binder { struct
63 constant_op_binder(AttrT *bind_value) : bind_value(bind_value) {} in constant_op_binder() function
65 constant_op_binder() : bind_value(nullptr) {} in constant_op_binder() argument
96 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()