LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
IsNAN.cpp File Reference
#include "llvm/Config/config.h"
#include <math.h>
Include dependency graph for IsNAN.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

int llvm::IsNAN (float f)
 Platform-independent wrappers for the C99 isnan() function. More...
 
int llvm::IsNAN (double d)