Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SINT_TO_FP

96     case ISD::SINT_TO_FP:
540 bool Signed = N->getOpcode() == ISD::SINT_TO_FP;
874 case ISD::SINT_TO_FP:
1172 bool isSigned = N->getOpcode() == ISD::SINT_TO_FP;
1175 // First do an SINT_TO_FP, whether the original was signed or unsigned.
1183 Hi = DAG.getNode(ISD::SINT_TO_FP, dl, NVT, Src);
1203 // Unsigned - fix up the SINT_TO_FP value just calculated.