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

References

lib/CodeGen/TargetLoweringBase.cpp
  406       return UINTTOFP_I32_F64;
lib/Target/ARM/ARMISelLowering.cpp
  479         { RTLIB::UINTTOFP_I32_F64, "__floatunssidfvfp", ISD::SETCC_INVALID },
  563       { RTLIB::UINTTOFP_I32_F64, "__aeabi_ui2d", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/MSP430/MSP430ISelLowering.cpp
  180     { RTLIB::UINTTOFP_I32_F64,  "__mspabi_fltuld",  ISD::SETCC_INVALID },
lib/Target/Mips/Mips16ISelLowering.cpp
   69   { RTLIB::UINTTOFP_I32_F64, "__mips16_floatunsidf" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  287     Table[RTLIB::UINTTOFP_I32_F64] = f64_func_i64;