Home
last modified time | relevance | path

Searched refs:CarryOne (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp494 bool CarryZero, bool CarryOne) { in determineLiveOperandBitsAddCarry() argument
495 assert(!(CarryZero && CarryOne) && in determineLiveOperandBitsAddCarry()
531 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp31 bool CarryZero, bool CarryOne) { in computeForAddCarry() argument
34 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry()