Expand check for floating point class.
Declared in <llvm/CodeGen/TargetLowering.h>
SDValue
expandIS_FPCLASS(
EVT ResultVT,
SDValue Op,
FPClassTest Test,
SDNodeFlags Flags,
SDLoc const& DL,
SelectionDAG& DAG) const;
The expansion result or SDValue() if it fails.
| Name | Description |
|---|---|
| ResultVT | The type of intrinsic call result. |
| Op | The tested value. |
| Test | The test to perform. |
| Flags | The optimization flags. |
| DL | Debug location or data layout, depending on context. |
| DAG | SelectionDAG providing context. |