Searched refs:CarryOne (Results 1 – 3 of 3) sorted by relevance
20 bool CarryZero, bool CarryOne) { in computeForAddCarry() argument21 assert(!(CarryZero && CarryOne) && in computeForAddCarry()25 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry()
21 bool CarryZero, bool CarryOne) { in computeForAddCarry() argument22 assert(!(CarryZero && CarryOne) && in computeForAddCarry()26 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry()
499 bool CarryZero, bool CarryOne) { in determineLiveOperandBitsAddCarry() argument500 assert(!(CarryZero && CarryOne) && in determineLiveOperandBitsAddCarry()536 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry()