Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h210 inline detail::constant_op_matcher m_Constant() { in m_Constant() function
217 inline detail::constant_op_binder<AttrT> m_Constant(AttrT *bind_value) { in m_Constant() function
/external/llvm/include/llvm/IR/
DPatternMatch.h83 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
308 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h90 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
591 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function
/external/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h103 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function
706 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function