Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp266 APInt CarryIn(BitWidth, 0); in computeKnownBitsAddSub() local
270 CarryIn.setBit(0); in computeKnownBitsAddSub()
273 APInt PossibleSumZero = ~LHSKnownZero + ~KnownZero2 + CarryIn; in computeKnownBitsAddSub()
274 APInt PossibleSumOne = LHSKnownOne + KnownOne2 + CarryIn; in computeKnownBitsAddSub()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1835 SDValue CarryIn = N->getOperand(2); in visitADDE() local
1842 N1, N0, CarryIn); in visitADDE()
1845 if (CarryIn.getOpcode() == ISD::CARRY_FALSE) in visitADDE()
2001 SDValue CarryIn = N->getOperand(2); in visitSUBE() local
2004 if (CarryIn.getOpcode() == ISD::CARRY_FALSE) in visitSUBE()