Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h149 Value *replacePowWithSqrt(CallInst *Pow, IRBuilder<> &B);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1330 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilder<> &B) { in replacePowWithSqrt() function in LibCallSimplifier
1416 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()