Searched defs:isLargest (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | ScaledNumber.h | 544 bool isLargest() const { return *this == getLargest(); } in isLargest() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1364 bool isLargest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isLargest()); } isLargest() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 1103 bool IEEEFloat::isLargest() const { isLargest() function in llvm::detail::IEEEFloat |