LLVM API Documentation
#include "llvm/Support/DataTypes.h"
Include dependency graph for MathExtras.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Functions | |
unsigned | llvm::log2 (uint64_t C) |
unsigned | llvm::log2 (unsigned C) |
bool | llvm::isPowerOf2 (int64_t C, unsigned &getPow) |
int | llvm::IsNAN (float f) |
int | llvm::IsNAN (double d) |
int | llvm::IsInf (float f) |
int | llvm::IsInf (double d) |