Home | History | Annotate | Download | only in Sema

Lines Matching refs:VecResTy

6015 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy,
6018 const VectorType *RV = VecResTy->getAs<VectorType>();
6023 << CondTy << VecResTy;
6032 << CondTy << VecResTy;
6058 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc,
6060 if (VecResTy.isNull()) return QualType();
6063 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc))
6065 return VecResTy;