Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h198 Value *replacePowWithExp(CallInst *Pow, IRBuilderBase &B);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2038 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilderBase &B) { in replacePowWithExp() function in LibCallSimplifier
2310 if (Value *Exp = replacePowWithExp(Pow, B)) in optimizePow()