Searched refs:optimizeUnaryDoubleFP (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1947 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeUnaryDoubleFP() function 2410 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeExp2() 2488 Ret = optimizeUnaryDoubleFP(Log, B, TLI, true); in optimizeLog() 2707 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeSqrt() 2778 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeTrigInversionPairs() 3912 return optimizeUnaryDoubleFP(CI, Builder, TLI, true); in optimizeFloatingPointLibCall()
|