Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NextVT

1407     EVT NextVT;
1410 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize);
1411 } while (!TLI.isTypeLegal(NextVT));
1414 // Scalar type, create an INSERT_VECTOR_ELEMENT of type NextVT
1415 SDValue VecOp = DAG.getUNDEF(NextVT);
1418 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, NextVT, VecOp,
1424 // Vector type, create a CONCAT_VECTORS of type NextVT
1436 NextVT, &SubConcatOps[0],