Searched refs:PossibleSumOne (Results 1 – 2 of 2) sorted by relevance
531 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry() local545 (PossibleSumOne | NeededToMaintainCarryOne); in determineLiveOperandBitsAddCarry()
34 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry() local38 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry()49 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry()