Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h192 Value *replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1922 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B) { in replacePowWithSqrt() function in LibCallSimplifier
2022 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()