Searched refs:MaybeLHS (Results 1 – 1 of 1) sorted by relevance
7276 std::optional<APInt> MaybeLHS = getConstantOrConstantSplatVector(LHS); in matchAddOverflow() local7280 if (MaybeLHS && MaybeRHS && isConstantLegalOrBeforeLegalizer(DstTy) && in matchAddOverflow()7283 APInt Result = IsSigned ? MaybeLHS->sadd_ov(*MaybeRHS, Overflow) in matchAddOverflow()7284 : MaybeLHS->uadd_ov(*MaybeRHS, Overflow); in matchAddOverflow()