LLVM 20.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 5128 of file Attributor.h.
|
inline |
Definition at line 5140 of file Attributor.h.
References llvm::DenormalMode::isValid(), Mode, and ModeF32.
Referenced by llvm::DenormalFPMathState::isValidState().
|
inline |
Definition at line 5136 of file Attributor.h.
References Mode, ModeF32, and llvm::Other.
|
inline |
Definition at line 5132 of file Attributor.h.
References Mode, ModeF32, and llvm::Other.
|
inlinestatic |
Definition at line 5154 of file Attributor.h.
References unionDenormalKind().
Referenced by unionWith().
|
inlinestatic |
Definition at line 5143 of file Attributor.h.
References llvm::DenormalMode::Dynamic, and llvm::DenormalMode::Invalid.
Referenced by unionAssumed().
|
inline |
Definition at line 5159 of file Attributor.h.
References unionAssumed().
Referenced by llvm::DenormalFPMathState::operator^=().
DenormalMode llvm::DenormalFPMathState::DenormalState::Mode = DenormalMode::getInvalid() |
Definition at line 5129 of file Attributor.h.
Referenced by llvm::DenormalFPMathState::isModeFixed(), isValid(), operator!=(), and operator==().
DenormalMode llvm::DenormalFPMathState::DenormalState::ModeF32 = DenormalMode::getInvalid() |
Definition at line 5130 of file Attributor.h.
Referenced by llvm::DenormalFPMathState::isModeFixed(), isValid(), operator!=(), and operator==().