Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h36 struct attr_value_binder { struct
40 attr_value_binder(ValueType *bv) : bind_value(bv) {} in attr_value_binder() function
101 return attr_value_binder<IntegerAttr>(bind_value).match(attr); in match()
104 return attr_value_binder<IntegerAttr>(bind_value) in match()