Home | History | Annotate | Download | only in CodeGen

Lines Matching full:nelts

1278     unsigned NElts = VT.getVectorNumElements();
1290 && SVT.getVectorNumElements() == NElts && isTypeLegal(SVT)
1308 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) {
1339 ValueTypeActions.setTypeAction(VT, NElts == 1 ? TypeScalarizeVector