Searched refs:isSmallest (Results 1 – 3 of 3) sorted by relevance
548 LLVM_ABI bool isSmallest() const;896 LLVM_ABI bool isSmallest() const;1482 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
145 bool isMin() const { return getValue().isSmallest(); } in isMin()
1043 bool IEEEFloat::isSmallest() const { in isSmallest() function in llvm::detail::IEEEFloat2346 if (!semantics->hasZero && this->isSmallest()) in mod()4661 if (isSmallest() && isNegative()) { in next()5374 bool DoubleAPFloat::isSmallest() const { in isSmallest() function in llvm::detail::DoubleAPFloat