Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h148 Value *replacePowWithExp(CallInst *Pow, IRBuilder<> &B);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1193 Value *LibCallSimplifier::replacePowWithExp(CallInst *Pow, IRBuilder<> &B) { in replacePowWithExp() function in LibCallSimplifier
1395 if (Value *Exp = replacePowWithExp(Pow, B)) in optimizePow()