Return true if this is a normal floating-point constant.
Declared in <llvm/IR/Constant.h>
bool
isNormalFP() const;
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.
True if this is a normal floating-point constant.