LLVM 22.0.0git
Functions
KnownFPClass.cpp File Reference
#include "llvm/Support/KnownFPClass.h"
#include "llvm/Support/ErrorHandling.h"

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()

static 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.

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

◆ inputDenormalIsIEEEOrPosZero()

static bool inputDenormalIsIEEEOrPosZero ( DenormalMode  Mode)
static