Home
last modified time | relevance | path

Searched defs:SpecificConstantMatch (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMIPatternMatch.h57 struct SpecificConstantMatch { struct
59 SpecificConstantMatch(int64_t RequestedVal) : RequestedVal(RequestedVal) {} in SpecificConstantMatch() argument
67 inline SpecificConstantMatch m_SpecificICst(int64_t RequestedValue) { in m_SpecificICst() argument