Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h196 Value *replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2039 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B) { in replacePowWithSqrt() function in LibCallSimplifier
2139 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()