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