Searched defs:m_ConstantInt (Results 1 – 4 of 4) sorted by relevance
260 m_ConstantInt(IntegerAttr::ValueType *bind_value) { in m_ConstantInt() function
75 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function198 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function305 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function387 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function
82 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function217 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function588 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function699 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function
92 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function264 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function703 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function823 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function