Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h193 Value *replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1613 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B) { in replacePowWithSqrt() function in LibCallSimplifier
1710 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()