Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h81 template <typename ConstT> struct ConstantMatch { struct
83 ConstantMatch(ConstT &C) : CR(C) {} in ConstantMatch() argument
93 inline ConstantMatch<APInt> m_ICst(APInt &Cst) { in m_ICst() argument