llvm::RTLIB::getFPTOSINT

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

Synopsis

Declared in <llvm/CodeGen/RuntimeLibcallUtil.h>

Libcall
getFPTOSINT(
    EVT OpVT,
    EVT RetVT);

Return Value

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

Parameters

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