Searched defs:m_ConstantInt (Results 1 – 2 of 2) sorted by relevance
356 m_ConstantInt(IntegerAttr::ValueType *bind_value) { in m_ConstantInt() function
147 inline class_match<ConstantInt> m_ConstantInt() { in m_ConstantInt() function326 template <int64_t Val> inline constantint_match<Val> m_ConstantInt() { in m_ConstantInt() function734 inline bind_ty<ConstantInt> m_ConstantInt(ConstantInt *&CI) { return CI; } in m_ConstantInt() function872 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() function