llvm::TargetLowering::expandCONVERT_FROM_ARBITRARY_FP

Expand CONVERT_FROM_ARBITRARY_FP using bit manipulation.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

SDValue
expandCONVERT_FROM_ARBITRARY_FP(
    SDNode* Node,
    SelectionDAG& DAG) const;

Return Value

The expansion result, or SDValue() if fails.

Parameters

NameDescription
NodeNode to expand.
DAGSelectionDAG providing context.