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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h136 /// float exp2f(float x);
137 exp2f, enumerator in enum:llvm::LibFunc::Func
380 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp84 "exp2f",
261 TLI.setUnavailable(LibFunc::exp2f);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5730 case LibFunc::exp2f:

Completed in 137 milliseconds