Searched defs:getLargest (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DScaledNumber.h477 /// saturate to 0.0 or getLargest() rather than under or overflowing. It has
479 /// Any other division by 0.0 is defined to be getLargest().
524 static ScaledNumber getLargest() { function in class:llvm::ScaledNumber
545 bool isLargest() const { return *this == getLargest(); }
615 *this = getLargest();
821 return *this = getLargest();
855 *this = getLargest();

Completed in 75 milliseconds