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

  /external/llvm/lib/Support/
ScaledNumber.cpp 109 bool IsOverflow = Dividend >> 63;
115 if (IsOverflow || Divisor <= Dividend) {
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 107 bool IsOverflow = NewTotal < Total;
108 assert(!(DidOverflow && IsOverflow) && "unexpected repeated overflow");
109 DidOverflow |= IsOverflow;

Completed in 60 milliseconds