Known denormal FP math mode configuration.
Declared in <llvm/Transforms/IPO/Attributor.h>
struct DenormalState;
| Name | Description |
|---|---|
isValid | Return true if this denormal state is valid. |
unionWith | Union this denormal state with caller-side information. |
operator== | Return true if this equals Other. |
operator!= | Return true if this differs from Other. |
| Name | Description |
|---|---|
unionAssumed | Union assumed denormal modes from callee and caller. |
unionDenormalKind | Union two denormal-mode kind encodings. |
| Name | Description |
|---|---|
Mode | Denormal mode for non-f32 floating-point types. |
ModeF32 | Denormal mode for f32 floating-point type. |