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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  325     return Size == 64 ? RTLIB::FLOOR_F64 : RTLIB::FLOOR_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3928     Results.push_back(ExpandFPLibCall(Node, RTLIB::FLOOR_F32, RTLIB::FLOOR_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  375                                            RTLIB::FLOOR_F32,
 1317                                          RTLIB::FLOOR_F32, RTLIB::FLOOR_F64,
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  234     Table[RTLIB::FLOOR_F32] = f32_func_f32;