Searched defs:ConstantMatch (Results 1 – 1 of 1) sorted by relevance
81 template <typename ConstT> struct ConstantMatch { struct83 ConstantMatch(ConstT &C) : CR(C) {} in ConstantMatch() argument93 inline ConstantMatch<APInt> m_ICst(APInt &Cst) { in m_ICst() argument