Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h96 struct constant_float_op_binder { struct
100 constant_float_op_binder(FloatAttr::ValueType *bv) : bind_value(bv) {} in constant_float_op_binder() function
127 return constant_float_op_binder(&value).match(op) && predicate(value); in match()
348 inline detail::constant_float_op_binder
350 return detail::constant_float_op_binder(bind_value); in m_ConstantFloat()