Searched refs:replacePowWithSqrt (Results 1 – 2 of 2) sorted by relevance
149 Value *replacePowWithSqrt(CallInst *Pow, IRBuilder<> &B);
1330 Value *LibCallSimplifier::replacePowWithSqrt(CallInst *Pow, IRBuilder<> &B) { in replacePowWithSqrt() function in LibCallSimplifier1416 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow()