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

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

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R