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