Searched refs:PossibleSumOne (Results 1 – 2 of 2) sorted by relevance
28 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry() local32 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry()40 assert((PossibleSumZero & Known) == (PossibleSumOne & Known) && in computeForAddCarry()46 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry()
570 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry() local584 (PossibleSumOne | NeededToMaintainCarryOne); in determineLiveOperandBitsAddCarry()