reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7201 QualType ResTy = OpenCLArithmeticConversions(S, LHS, RHS, QuestionLoc); 7209 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); 7212 if (S.Context.getTypeSize(CV->getElementType()) 7213 != S.Context.getTypeSize(ResTy)) { 7220 S.Diag(QuestionLoc, diag::err_conditional_vector_element_size) 7226 LHS = S.ImpCastExprToType(LHS.get(), VectorTy, CK_VectorSplat); 7227 RHS = S.ImpCastExprToType(RHS.get(), VectorTy, CK_VectorSplat);