ΒΆinline llvm::APFloat minnum(
    const llvm::APFloat& A,
    const llvm::APFloat& B)

Description

Implements IEEE minNum semantics. Returns the smaller of the 2 arguments if both are not NaN. If either argument is a NaN, returns the other argument.

Declared at: llvm/include/llvm/ADT/APFloat.h:1247

Parameters

const llvm::APFloat& A
const llvm::APFloat& B