Home | History | Annotate | Download | only in Sema

Lines Matching refs:getExtVectorType

7411     return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
7413 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
7415 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
7417 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
7420 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());