Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1643 Function *FAbsFn = Intrinsic::getDeclaration(Mod, Intrinsic::fabs, Ty); in replacePowWithSqrt() local
1644 Sqrt = B.CreateCall(FAbsFn, Sqrt, "abs"); in replacePowWithSqrt()