Searched refs:replacePowWithExp (Results 1 – 2 of 2) sorted by relevance
148 Value *replacePowWithExp(CallInst *Pow, IRBuilder<> &B);
1193 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilder<> &B) { in replacePowWithExp() function in LibCallSimplifier1395 if (Value *Exp = replacePowWithExp(Pow, B)) in optimizePow()