Expand CONVERT_TO_ARBITRARY_FP using bit manipulation.
Declared in <llvm/CodeGen/TargetLowering.h>
SDValue
expandCONVERT_TO_ARBITRARY_FP(
SDNode* Node,
SelectionDAG& DAG) const;
The expansion result, or SDValue() if fails.
| Name | Description |
|---|---|
| Node | Node to expand. |
| DAG | SelectionDAG providing context. |