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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp28 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; local
32 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One;
40 assert((PossibleSumZero & Known) == (PossibleSumOne & Known) &&
46 KnownOut.One = std::move(PossibleSumOne) & Known;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp533 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; local
538 // APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One;
547 (PossibleSumOne | NeededToMaintainCarryOne);

Completed in 155 milliseconds