Searched refs:RequestedValue (Results 1 – 1 of 1) sorted by relevance
195 inline SpecificConstantMatch m_SpecificICst(int64_t RequestedValue) { in m_SpecificICst() argument196 return SpecificConstantMatch(RequestedValue); in m_SpecificICst()211 inline SpecificConstantSplatMatch m_SpecificICstSplat(int64_t RequestedValue) { in m_SpecificICstSplat() argument212 return SpecificConstantSplatMatch(RequestedValue); in m_SpecificICstSplat()232 m_SpecificICstOrSplat(int64_t RequestedValue) { in m_SpecificICstOrSplat() argument233 return SpecificConstantOrSplatMatch(RequestedValue); in m_SpecificICstOrSplat()