Home | History | Annotate | Download | only in Sema

Lines Matching defs:VTy

3464   } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) {
3472 ResultType = VTy->getElementType();
4685 const VectorType *VTy = Ty->getAs<VectorType>();
4692 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
4717 VTy->getVectorKind() == VectorType::GenericVector &&
7408 const VectorType *VTy = V->getAs<VectorType>();
7409 unsigned TypeSize = Context.getTypeSize(VTy->getElementType());
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());