Searched refs:replacePowWithExp (Results 1 – 2 of 2) sorted by relevance
198 Value *replacePowWithExp(CallInst *Pow, IRBuilderBase &B);
2038 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilderBase &B) { in replacePowWithExp() function in LibCallSimplifier2310 if (Value *Exp = replacePowWithExp(Pow, B)) in optimizePow()