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

/external/llvm/include/llvm/Support/
H A DScaledNumber.h476 /// saturate to 0.0 or getLargest() rather than under or overflowing. It has
478 /// Any other division by 0.0 is defined to be getLargest().
523 static ScaledNumber getLargest() { function in class:llvm::ScaledNumber
544 bool isLargest() const { return *this == getLargest(); }
614 *this = getLargest();
823 return *this = getLargest();
857 *this = getLargest();

Completed in 138 milliseconds