Searched defs:PossibleSumOne (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | DemandedBits.cpp | 533 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; determineLiveOperandBitsAddCarry() local |
/llvm-project/llvm/lib/Support/ | ||
H A D | KnownBits.cpp | 25 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; computeForAddCarry() local |