Home | History | Annotate | Download | only in Sema

Lines Matching refs:getExtVectorType

7858     return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
7860 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
7862 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
7864 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
7867 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());