Home | History | Annotate | Download | only in Sema

Lines Matching defs:VTy

3873   } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) {
3881 ResultType = VTy->getElementType();
5310 const VectorType *VTy = Ty->getAs<VectorType>();
5317 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
5342 VTy->getVectorKind() == VectorType::GenericVector &&
8249 const VectorType *VTy = V->getAs<VectorType>();
8250 unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
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());