Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h193 Value *replacePowWithSqrt(CallInst *Pow, IRBuilder<> &B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1636 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilder<> &B) { in replacePowWithSqrt() function in LibCallSimplifier
1737 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()