HomeSort by relevance Sort by last modified time
    Searched refs:CarryIn (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ValueTracking.cpp 266 APInt CarryIn(BitWidth, 0);
270 CarryIn.setBit(0);
273 APInt PossibleSumZero = ~LHSKnownZero + ~KnownZero2 + CarryIn;
274 APInt PossibleSumOne = LHSKnownOne + KnownOne2 + CarryIn;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 223 milliseconds