Searched defs:m_ICst (Results 1 – 6 of 6) sorted by relevance
93 inline ConstantMatch<APInt> m_ICst(APInt &Cst) { in m_ICst() function96 inline ConstantMatch<int64_t> m_ICst(int64_t &Cst) { in m_ICst() function
55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst() function