Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1328 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeUnaryDoubleFP() function
1804 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeExp2()
1859 Ret = optimizeUnaryDoubleFP(Log, B, true); in optimizeLog()
2009 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeSqrt()
2075 Ret = optimizeUnaryDoubleFP(CI, B, true); in optimizeTan()
3005 return optimizeUnaryDoubleFP(CI, Builder, true); in optimizeFloatingPointLibCall()