Home | History | Annotate | Download | only in Sema

Lines Matching refs:VTy

4185   } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) {
4193 ResultType = VTy->getElementType();
5732 const VectorType *VTy = Ty->getAs<VectorType>();
5739 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
5764 VTy->getVectorKind() == VectorType::GenericVector &&
9006 const VectorType *VTy = V->getAs<VectorType>();
9007 unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
9009 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
9011 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
9013 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
9015 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
9018 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());