Searched refs:expm1f (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h146 /// float expm1f(float x);
147 expm1f, enumerator in enum:llvm::LibFunc::Func
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetLibraryInfo.cpp89 "expm1f",
264 TLI.setUnavailable(LibFunc::expm1f);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1710 AddOpt(LibFunc::expm1, LibFunc::expm1f, &UnsafeUnaryDoubleFP);

Completed in 111 milliseconds