Searched defs:SpecificConstantMatch (Results 1 – 1 of 1) sorted by relevance
57 struct SpecificConstantMatch { struct59 SpecificConstantMatch(int64_t RequestedVal) : RequestedVal(RequestedVal) {} in SpecificConstantMatch() function67 inline SpecificConstantMatch m_SpecificICst(int64_t RequestedValue) { in m_SpecificICst() argument