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

  /external/llvm/lib/Support/
ScaledNumber.cpp 163 assert(E >= ScaledNumbers::MinScale);
  /external/llvm/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
707 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
709 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
872 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);

Completed in 477 milliseconds