Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SINT_TO_FP

305   case ISD::SINT_TO_FP:
346 case ISD::SINT_TO_FP:
893 // Make sure that the SINT_TO_FP and SRL instructions are available.
894 if (TLI.getOperationAction(ISD::SINT_TO_FP, VT) == TargetLowering::Expand ||
920 SDValue fHI = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), HI);
922 SDValue fLO = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), LO);