Home
last modified time | relevance | path

Searched defs:Sqrt (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc60 auto Sqrt = [](const double dat) { in __anonbe8df00d0402() variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.cc60 auto Sqrt = [](const double dat) { in __anon6a9b19540402() variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1614 Value *Sqrt, *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithSqrt() local
1710 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow() local
1728 Value *Sqrt = nullptr; in optimizePow() local
2059 Function *Sqrt = Intrinsic::getDeclaration(M, Intrinsic::sqrt, ArgType); in optimizeSqrt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp520 Value *Sqrt = Builder.CreateUnaryIntrinsic(Intrinsic::sqrt, XY, &I); in visitFMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14124 SDValue Sqrt, Y; in visitFDIV() local
14381 SDValue Sqrt = DAG.getNode(ISD::FSQRT, DL, VT, N->getOperand(0)); in visitFPOW() local
21937 SDValue Sqrt = RHS; in SimplifySelectOps() local