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
  405                                            RTLIB::LOG2_F32,
 1337                                          RTLIB::LOG2_F32, RTLIB::LOG2_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  183     Table[RTLIB::LOG2_F32] = f32_func_f32;