Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:VTs

5418     SmallVector<EVT, 8> VTs;
5433 VTs.push_back(EVT::getVectorVT(*DAG.getContext(),
5444 for (unsigned i = 0, e = VTs.size(); i != e; ++i) {
5446 Opnds.push_back(DAG.getUNDEF(VTs[i]));
5449 SDValue NV = DAG.getNode(ISD::TRUNCATE, V.getDebugLoc(), VTs[i], V);