Expand float to UINT conversion
Declared in <llvm/CodeGen/TargetLowering.h>
bool
expandFP_TO_UINT(
SDNode* N,
SDValue& Result,
SDValue& Chain,
SelectionDAG& DAG) const;
True, if the expansion was successful, false otherwise
| Name | Description |
|---|---|
| N | Node to expand |
| Result | output after conversion |
| Chain | output chain after conversion |
| DAG | SelectionDAG providing context. |