llvm::Constant::isNormalFP

Return true if this is a normal floating-point constant.

Synopsis

Declared in <llvm/IR/Constant.h>

bool
isNormalFP() const;

Description

True for a normal (as opposed to denormal, infinity, nan, or zero) floating-point scalar constant or a vector constant with all normal elements. See APFloat::isNormal.

Return Value

True if this is a normal floating-point constant.