Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1965 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeUnaryDoubleFP() function
2421 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeExp2()
2496 if (Value *Ret = optimizeUnaryDoubleFP(Log, B, TLI, true)) in optimizeLog()
2735 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeSqrt()
2835 Ret = optimizeUnaryDoubleFP(CI, B, TLI, true); in optimizeTrigInversionPairs()
4051 return optimizeUnaryDoubleFP(CI, Builder, TLI, true); in optimizeFloatingPointLibCall()
4139 return optimizeUnaryDoubleFP(CI, Builder, TLI, /*isPrecise=*/true); in optimizeCall()