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.cpp496 bool CarryZero, bool CarryOne) { in determineLiveOperandBitsAddCarry() argument
497 assert(!(CarryZero && CarryOne) && in determineLiveOperandBitsAddCarry()
533 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp22 bool CarryZero, bool CarryOne) { in computeForAddCarry() argument
25 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; in computeForAddCarry()