Home
last modified time | relevance | path

Searched refs:RequestedValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h195 inline SpecificConstantMatch m_SpecificICst(int64_t RequestedValue) { in m_SpecificICst() argument
196 return SpecificConstantMatch(RequestedValue); in m_SpecificICst()
211 inline SpecificConstantSplatMatch m_SpecificICstSplat(int64_t RequestedValue) { in m_SpecificICstSplat() argument
212 return SpecificConstantSplatMatch(RequestedValue); in m_SpecificICstSplat()
232 m_SpecificICstOrSplat(int64_t RequestedValue) { in m_SpecificICstOrSplat() argument
233 return SpecificConstantOrSplatMatch(RequestedValue); in m_SpecificICstOrSplat()