Searched defs:ConstantMatch (Results 1 – 1 of 1) sorted by relevance
62 struct ConstantMatch { struct64 ConstantMatch(int64_t &C) : CR(C) {} in ConstantMatch() function74 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst() argument