Searched refs:IsInf (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DIsInf.cpp1 //===-- IsInf.cpp - Platform-independent wrapper around C99 isinf() -------===//
46 int IsInf(float f) { return isinf(f); } function in namespace:llvm
47 int IsInf(double d) { return isinf(d); } function in namespace:llvm
/freebsd-10.2-release/lib/clang/libllvmsupport/
H A DMakefile38 IsInf.cpp \
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h530 int IsInf(float f);
531 int IsInf(double d);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp580 Value *IsInf = local
585 Builder.CreateCondBr(IsInf, End, NotInf);

Completed in 102 milliseconds