Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1091 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilder<> &B, in optimizeUnaryDoubleFP() function
1480 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeExp2()
1562 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeLog()
1610 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeSqrt()
1676 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeTan()
2533 return optimizeUnaryDoubleFP(CI, Builder, true); in optimizeFloatingPointLibCall()