reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1602 Sqrt = getSqrtCall(Base, Attrs, Pow->doesNotAccessMemory(), Mod, B, TLI); 1603 if (!Sqrt) 1609 Sqrt = B.CreateCall(FAbsFn, Sqrt, "abs"); 1609 Sqrt = B.CreateCall(FAbsFn, Sqrt, "abs"); 1618 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); 1618 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); 1623 Sqrt = B.CreateFDiv(ConstantFP::get(Ty, 1.0), Sqrt, "reciprocal"); 1623 Sqrt = B.CreateFDiv(ConstantFP::get(Ty, 1.0), Sqrt, "reciprocal"); 1625 return Sqrt;