Home
last modified time | relevance | path

Searched defs: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
67 bool match(Operation *op) { in match()