Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h204 Value *mergeSqrtToExp(CallInst *CI, IRBuilderBase &B);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2634 Value *LibCallSimplifier::mergeSqrtToExp(CallInst *CI, IRBuilderBase &B) { in mergeSqrtToExp() function in LibCallSimplifier
2709 if (Value *Opt = mergeSqrtToExp(CI, B)) in optimizeSqrt()