@@ -1043,7 +1043,7 @@ SDValue DAGTypeLegalizer::SoftenFloatOp_LROUND(SDNode *N) {
1043
1043
EVT NVT = TLI.getTypeToTransformTo (*DAG.getContext (), N->getValueType (0 ));
1044
1044
1045
1045
SDValue Op = GetSoftenedFloat (N->getOperand (0 ));
1046
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1046
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1047
1047
TargetLowering::MakeLibCallOptions CallOptions;
1048
1048
EVT OpsVT[1 ] = { N->getOperand (0 ).getValueType () };
1049
1049
CallOptions.setTypeListBeforeSoften (OpsVT, N->getValueType (0 ), true );
@@ -1060,7 +1060,7 @@ SDValue DAGTypeLegalizer::SoftenFloatOp_LLROUND(SDNode *N) {
1060
1060
EVT NVT = TLI.getTypeToTransformTo (*DAG.getContext (), N->getValueType (0 ));
1061
1061
1062
1062
SDValue Op = GetSoftenedFloat (N->getOperand (0 ));
1063
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1063
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1064
1064
TargetLowering::MakeLibCallOptions CallOptions;
1065
1065
EVT OpsVT[1 ] = { N->getOperand (0 ).getValueType () };
1066
1066
CallOptions.setTypeListBeforeSoften (OpsVT, N->getValueType (0 ), true );
@@ -1077,7 +1077,7 @@ SDValue DAGTypeLegalizer::SoftenFloatOp_LRINT(SDNode *N) {
1077
1077
EVT NVT = TLI.getTypeToTransformTo (*DAG.getContext (), N->getValueType (0 ));
1078
1078
1079
1079
SDValue Op = GetSoftenedFloat (N->getOperand (0 ));
1080
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1080
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1081
1081
TargetLowering::MakeLibCallOptions CallOptions;
1082
1082
EVT OpsVT[1 ] = { N->getOperand (0 ).getValueType () };
1083
1083
CallOptions.setTypeListBeforeSoften (OpsVT, N->getValueType (0 ), true );
@@ -1094,7 +1094,7 @@ SDValue DAGTypeLegalizer::SoftenFloatOp_LLRINT(SDNode *N) {
1094
1094
EVT NVT = TLI.getTypeToTransformTo (*DAG.getContext (), N->getValueType (0 ));
1095
1095
1096
1096
SDValue Op = GetSoftenedFloat (N->getOperand (0 ));
1097
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1097
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1098
1098
TargetLowering::MakeLibCallOptions CallOptions;
1099
1099
EVT OpsVT[1 ] = { N->getOperand (0 ).getValueType () };
1100
1100
CallOptions.setTypeListBeforeSoften (OpsVT, N->getValueType (0 ), true );
@@ -1833,7 +1833,7 @@ SDValue DAGTypeLegalizer::ExpandFloatOp_STORE(SDNode *N, unsigned OpNo) {
1833
1833
1834
1834
SDValue DAGTypeLegalizer::ExpandFloatOp_LROUND (SDNode *N) {
1835
1835
EVT RVT = N->getValueType (0 );
1836
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1836
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1837
1837
TargetLowering::MakeLibCallOptions CallOptions;
1838
1838
return TLI.makeLibCall (DAG, GetFPLibCall (RetVT,
1839
1839
RTLIB::LROUND_F32,
@@ -1846,7 +1846,7 @@ SDValue DAGTypeLegalizer::ExpandFloatOp_LROUND(SDNode *N) {
1846
1846
1847
1847
SDValue DAGTypeLegalizer::ExpandFloatOp_LLROUND (SDNode *N) {
1848
1848
EVT RVT = N->getValueType (0 );
1849
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1849
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1850
1850
TargetLowering::MakeLibCallOptions CallOptions;
1851
1851
return TLI.makeLibCall (DAG, GetFPLibCall (RetVT,
1852
1852
RTLIB::LLROUND_F32,
@@ -1859,7 +1859,7 @@ SDValue DAGTypeLegalizer::ExpandFloatOp_LLROUND(SDNode *N) {
1859
1859
1860
1860
SDValue DAGTypeLegalizer::ExpandFloatOp_LRINT (SDNode *N) {
1861
1861
EVT RVT = N->getValueType (0 );
1862
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1862
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1863
1863
TargetLowering::MakeLibCallOptions CallOptions;
1864
1864
return TLI.makeLibCall (DAG, GetFPLibCall (RetVT,
1865
1865
RTLIB::LRINT_F32,
@@ -1872,7 +1872,7 @@ SDValue DAGTypeLegalizer::ExpandFloatOp_LRINT(SDNode *N) {
1872
1872
1873
1873
SDValue DAGTypeLegalizer::ExpandFloatOp_LLRINT (SDNode *N) {
1874
1874
EVT RVT = N->getValueType (0 );
1875
- EVT RetVT = N->getOperand (0 ).getValueType (). getSimpleVT (). SimpleTy ;
1875
+ EVT RetVT = N->getOperand (0 ).getValueType ();
1876
1876
TargetLowering::MakeLibCallOptions CallOptions;
1877
1877
return TLI.makeLibCall (DAG, GetFPLibCall (RetVT,
1878
1878
RTLIB::LLRINT_F32,
0 commit comments