ΒΆtemplate <typename LHS, typename RHS>
inline BinOpPred_match<
LHS,
RHS,
llvm::PatternMatch::is_irem_op>
m_IRem(const LHS& L, const RHS& R)
template <typename LHS, typename RHS>
inline BinOpPred_match<
LHS,
RHS,
llvm::PatternMatch::is_irem_op>
m_IRem(const LHS& L, const RHS& R)
Description
Matches integer remainder operations.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1117
Templates
- LHS
- RHS
Parameters
- const LHS& L
- const RHS& R