Matches an add of L and R.
Declared in <llvm/IR/PatternMatch.h>
template<
typename LHS,
typename RHS>
BinaryOp_match<LHS, RHS, Instruction::Add>
m_Add(
LHS const& L,
RHS const& R);
A matcher for an add of L and R.
| Name | Description |
|---|---|
| L | Sub-pattern for the left-hand operand. |
| R | Sub-pattern for the right-hand operand. |