|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Transforms/Utils/BuildLibCalls.h 159 Value *emitUnaryFloatFnCall(Value *Op, const TargetLibraryInfo *TLI,
References
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp 1261 Value *Res = emitUnaryFloatFnCall(X, &TLI, LibFunc_tan, LibFunc_tanf,
lib/Transforms/Utils/SimplifyLibCalls.cpp 1487 : emitUnaryFloatFnCall(FMul, TLI, LibFnDouble, LibFnFloat,
1534 return emitUnaryFloatFnCall(FMul, TLI, LibFunc_exp2, LibFunc_exp2f,
1543 return emitUnaryFloatFnCall(Expo, TLI, LibFunc_exp10, LibFunc_exp10f,
1561 return emitUnaryFloatFnCall(FMul, TLI, LibFunc_exp2, LibFunc_exp2f,
1584 return emitUnaryFloatFnCall(V, TLI, LibFunc_sqrt, LibFunc_sqrtf,