Home
last modified time | relevance | path

Searched defs: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() argument
42 bool match(const Attribute &attr) { in match()