Searched refs:optimizeUnaryDoubleFP (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1868 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeUnaryDoubleFP() function 2329 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeExp2() 2394 Ret = optimizeUnaryDoubleFP(Log, B, TLI, true); in optimizeLog() 2551 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeSqrt() 2617 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeTan() 3662 return optimizeUnaryDoubleFP(CI, Builder, TLI, true); in optimizeFloatingPointLibCall()
|