Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h200 struct SpecificConstantSplatMatch { struct
202 SpecificConstantSplatMatch(int64_t RequestedVal) in SpecificConstantSplatMatch() argument
211 inline SpecificConstantSplatMatch m_SpecificICstSplat(int64_t RequestedValue) { in m_SpecificICstSplat() argument
212 return SpecificConstantSplatMatch(RequestedValue); in m_SpecificICstSplat()