Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:EltVT

960     MVT EltVT = VT.getVectorElementType();
962 if (NElts != 1 && !shouldSplitVectorElementType(EltVT)) {
970 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits()
987 if (SVT.getVectorElementType() == EltVT &&