Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h62 struct ConstantMatch { struct
64 ConstantMatch(int64_t &C) : CR(C) {} in ConstantMatch() function
74 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } in m_ICst() argument