llvm::TargetLowering::expandFMINIMUMNUM_FMAXIMUMNUM

Expand fminimumnum/fmaximumnum into multiple comparison with selects.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

SDValue
expandFMINIMUMNUM_FMAXIMUMNUM(
    SDNode* N,
    SelectionDAG& DAG) const;

Return Value

The lowered or expanded SelectionDAG value, or an empty SDValue on failure.

Parameters

NameDescription
NSDNode being queried.
DAGSelectionDAG providing context.