Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1593 static Value *getSqrtCall(Value *V, AttributeList Attrs, bool NoErrno, in getSqrtCall() function
1639 Sqrt = getSqrtCall(Base, Attrs, Pow->doesNotAccessMemory(), Mod, B, TLI); in replacePowWithSqrt()
1743 Sqrt = getSqrtCall(Base, Pow->getCalledFunction()->getAttributes(), in optimizePow()