ΒΆinline llvm::PatternMatch::bind_const_intval_ty
m_ConstantInt(uint64_t& V)
inline llvm::PatternMatch::bind_const_intval_ty
m_ConstantInt(uint64_t& V)
Description
Match a ConstantInt and bind to its value. This does not match ConstantInts wider than 64-bits.
Declared at: llvm/include/llvm/IR/PatternMatch.h:699
Parameters
- uint64_t& V