ΒΆinline match_combine_and<
bind_ty<llvm::Constant>,
match_unless<
llvm::PatternMatch::constantexpr_match>>
m_ImmConstant(llvm::Constant*& C)
inline match_combine_and<
bind_ty<llvm::Constant>,
match_unless<
llvm::PatternMatch::constantexpr_match>>
m_ImmConstant(llvm::Constant*& C)
Description
Match an immediate Constant, capturing the value if we match.
Declared at: llvm/include/llvm/IR/PatternMatch.h:758
Parameters
- llvm::Constant*& C