ΒΆtemplate <typename LHS, typename RHS>
inline OverflowingBinaryOp_match<
    LHS,
    RHS,
    Instruction::Add,
    OverflowingBinaryOperator::NoUnsignedWrap>
m_NUWAdd(const LHS& L, const RHS& R)

Declared at: llvm/include/llvm/IR/PatternMatch.h:995

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R