llvm::TargetLowering::expandFP_TO_UINT

Expand float to UINT conversion

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

bool
expandFP_TO_UINT(
    SDNode* N,
    SDValue& Result,
    SDValue& Chain,
    SelectionDAG& DAG) const;

Return Value

True, if the expansion was successful, false otherwise

Parameters

NameDescription
NNode to expand
Resultoutput after conversion
Chainoutput chain after conversion
DAGSelectionDAG providing context.