Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LargerVector

836     MVT LargerVector = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts);
837 if (LargerVector == MVT())
841 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)
842 return LegalizeKind(TypeWidenVector, LargerVector);