Searched refs:isLaxVectorConversion (Results 1 – 3 of 3) sorted by relevance
7464 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema9239 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()9252 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()10175 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
1663 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
11749 bool isLaxVectorConversion(QualType srcType, QualType destType);