Home | History | Annotate | Download | only in Sema

Lines Matching refs:VectorTy

5155 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty,
5157 assert(VectorTy->isVectorType() && "Not a vector type!");
5160 if (!VectorTypesMatch(*this, Ty, VectorTy))
5165 << VectorTy << Ty << R;
5169 << VectorTy << Ty << R;
6805 QualType vectorTy) {
6836 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat);