Searched refs:getSINTTOFP (Results 1 – 7 of 7) sorted by relevance
54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
382 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() function in RTLIB
765 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
4185 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT) in ConvertNodeToLibcall()
4485 RTLIB::Libcall LC = RTLIB::getSINTTOFP(Op.getValueType(), DstVT); in ExpandIntOp_SINT_TO_FP()
655 return RTLIB::getSINTTOFP(FromMVT, ToMVT); in getConvRTLibDesc()
5714 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), in LowerINT_TO_FP()