Lines Matching refs: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);
751 EVT EltVT = VT.getVectorElementType();
764 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i],
766 (EltVT.getSizeInBits()), EltVT),
767 DAG.getConstant(0, EltVT));