Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h76 struct ICstRegMatch { struct
78 ICstRegMatch(Register &C) : CR(C) {} in ICstRegMatch() argument
90 inline ICstRegMatch m_ICst(Register &Reg) { return ICstRegMatch(Reg); } in m_ICst() argument