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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  294     return Size == 64 ? RTLIB::REM_F64 : RTLIB::REM_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 4014     Results.push_back(ExpandFPLibCall(Node, RTLIB::REM_F32, RTLIB::REM_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  615                                            RTLIB::REM_F64,
 1436                                          RTLIB::REM_F32, RTLIB::REM_F64,
lib/Target/AArch64/AArch64FastISel.cpp
 4894     LC = RTLIB::REM_F64;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  169     Table[RTLIB::REM_F64] = f64_func_f64_f64;