reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 1602   Sqrt = getSqrtCall(Base, Attrs, Pow->doesNotAccessMemory(), Mod, B, TLI);
 1609     Sqrt = B.CreateCall(FAbsFn, Sqrt, "abs");
 1617     Value *FCmp = B.CreateFCmpOEQ(Base, NegInf, "isinf");
 1618     Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt);
 1623     Sqrt = B.CreateFDiv(ConstantFP::get(Ty, 1.0), Sqrt, "reciprocal");