Home
last modified time | relevance | path

Searched defs: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