Searched refs:getSqrtCall (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1614 static Value *getSqrtCall(Value *V, AttributeList Attrs, bool NoErrno, in getSqrtCall() function 1652 Sqrt = getSqrtCall(Base, Attrs, Pow->doesNotAccessMemory(), Mod, B, TLI); in replacePowWithSqrt() 1766 Sqrt = getSqrtCall(Base, Pow->getCalledFunction()->getAttributes(), in optimizePow()
|