Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h310 inline detail::constant_op_matcher m_Constant() { m_Constant() function
327 inline detail::constant_op_binder<AttrT> m_Constant(AttrT *bind_value) { m_Constant() function
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h165 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
834 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } m_Constant() function