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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h138 /// long double exp2l(long double x);
139 exp2l, 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.cpp85 "exp2l",
262 TLI.setUnavailable(LibFunc::exp2l);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5731 case LibFunc::exp2l:

Completed in 173 milliseconds