Home
last modified time | relevance | path

Searched refs:replacePowWithExp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h191 Value *replacePowWithExp(CallInst *Pow, IRBuilderBase &B);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1745 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilderBase &B) { in replacePowWithExp() function in LibCallSimplifier
2001 if (Value *Exp = replacePowWithExp(Pow, B)) in optimizePow()