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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  319                        : Size == 64 ? RTLIB::LOG2_F64 : RTLIB::LOG2_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3877       Results.push_back(ExpandFPLibCall(Node, RTLIB::LOG2_F32, RTLIB::LOG2_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  406                                            RTLIB::LOG2_F64,
 1337                                          RTLIB::LOG2_F32, RTLIB::LOG2_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  184     Table[RTLIB::LOG2_F64] = f64_func_f64;