Home
last modified time | relevance | path

Searched defs:bind_value (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h37 ValueType *bind_value; member
67 AttrT *bind_value; member
97 FloatAttr::ValueType *bind_value; member
134 IntegerAttr::ValueType *bind_value; member
266 inline detail::constant_op_binder<AttrT> m_Constant(AttrT *bind_value) { in m_Constant()
349 m_ConstantFloat(FloatAttr::ValueType *bind_value) { in m_ConstantFloat()
356 m_ConstantInt(IntegerAttr::ValueType *bind_value) { in m_ConstantInt()