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
  614                                            RTLIB::REM_F32,
 1436                                          RTLIB::REM_F32, RTLIB::REM_F64,
lib/Target/AArch64/AArch64FastISel.cpp
 4891     LC = RTLIB::REM_F32;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  168     Table[RTLIB::REM_F32] = f32_func_f32_f32;