LLVM 22.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 5188 of file Attributor.h.
|
inline |
Definition at line 5200 of file Attributor.h.
|
inline |
Definition at line 5196 of file Attributor.h.
References Mode, ModeF32, and llvm::Other.
|
inline |
Definition at line 5192 of file Attributor.h.
References Mode, ModeF32, and llvm::Other.
|
inlinestatic |
Definition at line 5214 of file Attributor.h.
References unionDenormalKind().
Referenced by unionWith().
|
inlinestatic |
Definition at line 5203 of file Attributor.h.
References llvm::DenormalMode::Dynamic, and llvm::DenormalMode::Invalid.
Referenced by unionAssumed().
|
inline |
Definition at line 5219 of file Attributor.h.
References unionAssumed().
DenormalMode llvm::DenormalFPMathState::DenormalState::Mode = DenormalMode::getInvalid() |
Definition at line 5189 of file Attributor.h.
Referenced by isValid(), operator!=(), and operator==().
DenormalMode llvm::DenormalFPMathState::DenormalState::ModeF32 = DenormalMode::getInvalid() |
Definition at line 5190 of file Attributor.h.
Referenced by isValid(), operator!=(), and operator==().