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