Searched refs:replacePowWithSqrt (Results 1 – 2 of 2) sorted by relevance
199 Value *replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B);
2233 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilderBase &B) { in replacePowWithSqrt() function in LibCallSimplifier2331 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()