ΒΆtemplate <typename LHS_t,
          typename RHS_t,
          typename Sum_t>
UAddWithOverflow_match<LHS_t, RHS_t, Sum_t>
m_UAddWithOverflow(const LHS_t& L,
                   const RHS_t& R,
                   const Sum_t& S)

Description

Match an icmp instruction checking for unsigned overflow on addition. S is matched to the addition whose result is being checked for overflow, and L and R are matched to the LHS and RHS of S.

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

Templates

LHS_t
RHS_t
Sum_t

Parameters

const LHS_t& L
const RHS_t& R
const Sum_t& S