LLVM 22.0.0git
KnownFPClass.cpp File Reference

Go to the source code of this file.

Functions

static bool inputDenormalIsIEEE (DenormalMode Mode)
 Return true if it's possible to assume IEEE treatment of input denormals in F for Val.
static bool inputDenormalIsIEEEOrPosZero (DenormalMode Mode)

Function Documentation

◆ inputDenormalIsIEEE()

bool inputDenormalIsIEEE ( DenormalMode Mode)
static

Return true if it's possible to assume IEEE treatment of input denormals in F for Val.

Definition at line 21 of file KnownFPClass.cpp.

References llvm::DenormalMode::IEEE, and Mode.

Referenced by fpclassTestIsFCmp0(), and llvm::KnownFPClass::isKnownNeverLogicalZero().

◆ inputDenormalIsIEEEOrPosZero()

bool inputDenormalIsIEEEOrPosZero ( DenormalMode Mode)
static