llvm::RTLIB::getUINTTOFP

Return the UINTTOFP_* value for the given types, or UNKNOWN_LIBCALL if there is none.

Synopsis

Declared in <llvm/CodeGen/RuntimeLibcallUtil.h>

Libcall
getUINTTOFP(
    EVT OpVT,
    EVT RetVT);

Return Value

The UINTTOFP_* libcall for OpVT and RetVT, or UNKNOWN_LIBCALL if none exists.

Parameters

NameDescription
OpVTSource unsigned-integer value type.
RetVTDestination floating-point value type.