Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h88 struct constant_int_op_binder { struct
92 constant_int_op_binder(IntegerAttr::ValueType *bv) : bind_value(bv) {} in constant_int_op_binder() argument
117 return constant_int_op_binder(&value).match(op) && TargetValue == value; in match() argument
126 return constant_int_op_binder(&value).match(op) && TargetNotValue != value; in match()
259 inline detail::constant_int_op_binder
261 return detail::constant_int_op_binder(bind_value); in m_ConstantInt()