Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ResVT

1016   EVT ResVT = N->getValueType(0);
1022 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), ResVT.getVectorElementType(),
1028 return DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Lo, Hi);
1191 EVT ResVT = N->getValueType(0);
1197 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), ResVT.getVectorElementType(),
1203 return DAG.getNode(ISD::CONCAT_VECTORS, DL, ResVT, Lo, Hi);
2182 EVT ResVT = EVT::getVectorVT(*DAG.getContext(),
2187 ResVT, InOp0, InOp1, N->getOperand(2));