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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  311                        : Size == 64 ? RTLIB::LOG10_F64 : RTLIB::LOG10_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3890       Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG10_F32, RTLIB::LOG10_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  421                                            RTLIB::LOG10_F64,
 1347                                          RTLIB::LOG10_F32, RTLIB::LOG10_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  187     Table[RTLIB::LOG10_F64] = f64_func_f64;