Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:EltVT

353   EVT EltVT = VT.getVectorElementType();
354 EltVT = EVT::getIntegerVT(*DAG.getContext(), 2 * EltVT.getSizeInBits());
355 assert(EltVT.isSimple() && "Promoting to a non-simple vector type!");
358 MVT NVT = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts);
746 EVT EltVT = VT.getVectorElementType();
758 Ops[i] = DAG.getNode(ISD::SELECT, dl, EltVT, Ops[i],
760 (EltVT.getSizeInBits()), EltVT),
761 DAG.getConstant(0, EltVT));