Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h192 Value *replacePowWithExp(CallInst *Pow, IRBuilderBase &B);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1446 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilderBase &B) { in replacePowWithExp() function in LibCallSimplifier
1689 if (Value *Exp = replacePowWithExp(Pow, B)) in optimizePow()