Home | History | Annotate | Download | only in Sema

Lines Matching refs:getExtVectorType

8252     return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
8254 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
8256 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
8258 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
8261 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());