vsk added inline comments.
================
Comment at: include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:57
+
+ConstantMatch m_ICst(uint64_t &Cst) { return ConstantMatch(Cst); }
+
----------------
Does this need to be static inline?
https://reviews.llvm.org/D42439