llvm::TargetLowering::expandIS_FPCLASS

Expand check for floating point class.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

SDValue
expandIS_FPCLASS(
    EVT ResultVT,
    SDValue Op,
    FPClassTest Test,
    SDNodeFlags Flags,
    SDLoc const& DL,
    SelectionDAG& DAG) const;

Return Value

The expansion result or SDValue() if it fails.

Parameters

NameDescription
ResultVTThe type of intrinsic call result.
OpThe tested value.
TestThe test to perform.
FlagsThe optimization flags.
DLDebug location or data layout, depending on context.
DAGSelectionDAG providing context.