llvm::RTLIB::getSINTTOFP

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

Synopsis

Declared in <llvm/CodeGen/RuntimeLibcallUtil.h>

Libcall
getSINTTOFP(
    EVT OpVT,
    EVT RetVT);

Return Value

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

Parameters

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