Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DKnownBits.cpp30 APInt PossibleSumOne = LHS.One + RHS.One + CarryIn; in computeForAddSub() local
34 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddSub()
42 assert((PossibleSumZero & Known) == (PossibleSumOne & Known) && in computeForAddSub()
48 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddSub()