Searched refs:PossibleSumOne (Results 1 – 2 of 2) sorted by relevance
533 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry() local547 (PossibleSumOne | NeededToMaintainCarryOne); in determineLiveOperandBitsAddCarry()
25 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry() local29 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry()40 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry()