Home | History | Annotate | Download | only in Mips

Lines Matching refs:ResVecTy

1385   EVT ResVecTy = Op->getValueType(0);
1386 EVT ViaVecTy = ResVecTy;
1389 // When ResVecTy == MVT::v2i64, LaneA is the upper 32 bits of the lane and
1395 if (ResVecTy == MVT::v2i64) {
1407 if (ViaVecTy != ResVecTy)
1408 Result = DAG.getNode(ISD::BITCAST, DL, ResVecTy, Result);