llvm::RTLIB::getUINTTOFP

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);

Parameters

NameDescription
OpVTExtended Value Type. Capable of holding value types which are not native for any processor (such as the i12345 type), as well as the types an MVT can represent.
RetVTExtended Value Type. Capable of holding value types which are not native for any processor (such as the i12345 type), as well as the types an MVT can represent.