Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:EltVT

957     MVT EltVT = VT.getVectorElementType();
959 if (NElts != 1 && !shouldSplitVectorElementType(EltVT)) {
967 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits()
984 if (SVT.getVectorElementType() == EltVT &&