Searched refs:constant_int_op_binder (Results 1 – 1 of 1) sorted by relevance
88 struct constant_int_op_binder { struct92 constant_int_op_binder(IntegerAttr::ValueType *bv) : bind_value(bv) {} in constant_int_op_binder() function117 return constant_int_op_binder(&value).match(op) && TargetValue == value; in match() argument126 return constant_int_op_binder(&value).match(op) && TargetNotValue != value; in match()259 inline detail::constant_int_op_binder261 return detail::constant_int_op_binder(bind_value); in m_ConstantInt()