|
LLVM 23.0.0git
|
#include "llvm/Transforms/IPO/Attributor.h"
Public Member Functions | |
| bool | operator== (const DenormalState Other) const |
| bool | operator!= (const DenormalState Other) const |
| bool | isValid () const |
| DenormalState | unionWith (DenormalState Caller) const |
Static Public Member Functions | |
| static DenormalMode::DenormalModeKind | unionDenormalKind (DenormalMode::DenormalModeKind Callee, DenormalMode::DenormalModeKind Caller) |
| static DenormalMode | unionAssumed (DenormalMode Callee, DenormalMode Caller) |
Public Attributes | |
| DenormalMode | Mode = DenormalMode::getInvalid() |
| DenormalMode | ModeF32 = DenormalMode::getInvalid() |
Definition at line 5183 of file Attributor.h.
|
inline |
Definition at line 5195 of file Attributor.h.
|
inline |
Definition at line 5191 of file Attributor.h.
References Mode, ModeF32, and llvm::Other.
|
inline |
Definition at line 5187 of file Attributor.h.
References Mode, ModeF32, and llvm::Other.
|
inlinestatic |
Definition at line 5209 of file Attributor.h.
References unionDenormalKind().
Referenced by unionWith().
|
inlinestatic |
Definition at line 5198 of file Attributor.h.
References llvm::DenormalMode::Dynamic, and llvm::DenormalMode::Invalid.
Referenced by unionAssumed().
|
inline |
Definition at line 5214 of file Attributor.h.
References unionAssumed().
| DenormalMode llvm::DenormalFPMathState::DenormalState::Mode = DenormalMode::getInvalid() |
Definition at line 5184 of file Attributor.h.
Referenced by isValid(), operator!=(), and operator==().
| DenormalMode llvm::DenormalFPMathState::DenormalState::ModeF32 = DenormalMode::getInvalid() |
Definition at line 5185 of file Attributor.h.
Referenced by isValid(), operator!=(), and operator==().