Home
last modified time | relevance | path

Searched refs:hasUnaryFloatFn (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp128 static bool hasUnaryFloatFn(const TargetLibraryInfo *TLI, Type *Ty, in hasUnaryFloatFn() function
1249 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp2, LibFunc::exp2f, in callOptimizer()
1254 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp10, LibFunc::exp10f, in callOptimizer()
1267 hasUnaryFloatFn(TLI, Op2->getType(), LibFunc::sqrt, LibFunc::sqrtf, in callOptimizer()
1269 hasUnaryFloatFn(TLI, Op2->getType(), LibFunc::fabs, LibFunc::fabsf, in callOptimizer()