Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp533 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; determineLiveOperandBitsAddCarry() local
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp25 APInt PossibleSumOne = LHS.getMinValue() + RHS.getMinValue() + CarryOne; computeForAddCarry() local