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