Lines Matching refs:IsCompAssign
968 bool IsCompAssign) { in handleComplexFloatConversion() argument
974 /*skipCast*/IsCompAssign)) in handleComplexFloatConversion()
1002 if (!IsCompAssign) { in handleComplexFloatConversion()
1054 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1068 if (!IsCompAssign) in handleFloatConversion()
1079 /*convertFloat=*/!IsCompAssign, in handleFloatConversion()
1085 /*convertFloat=*/!IsCompAssign); in handleFloatConversion()
1149 QualType RHSType, bool IsCompAssign) { in handleIntegerConversion() argument
1159 } else if (!IsCompAssign) in handleIntegerConversion()
1168 } else if (!IsCompAssign) in handleIntegerConversion()
1178 } else if (!IsCompAssign) in handleIntegerConversion()
1189 if (!IsCompAssign) in handleIntegerConversion()
1200 bool IsCompAssign) { in handleComplexIntConversion() argument
1209 (S, LHS, RHS, LHSEltType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1218 (S, LHS, RHS, LHSEltType, RHSType, IsCompAssign); in handleComplexIntConversion()
1231 (S, LHS, RHS, LHSType, RHSEltType, IsCompAssign); in handleComplexIntConversion()
1234 if (!IsCompAssign) in handleComplexIntConversion()
1245 bool IsCompAssign) { in UsualArithmeticConversions() argument
1246 if (!IsCompAssign) { in UsualArithmeticConversions()
1283 if (LHSType != LHSUnpromotedType && !IsCompAssign) in UsualArithmeticConversions()
1300 IsCompAssign); in UsualArithmeticConversions()
1305 IsCompAssign); in UsualArithmeticConversions()
1310 IsCompAssign); in UsualArithmeticConversions()
1314 (*this, LHS, RHS, LHSType, RHSType, IsCompAssign); in UsualArithmeticConversions()
8670 SourceLocation Loc, bool IsCompAssign, in CheckVectorOperands() argument
8673 if (!IsCompAssign) { in CheckVectorOperands()
8710 if (!IsCompAssign) in CheckVectorOperands()
8728 if (!IsCompAssign && in CheckVectorOperands()
8753 if (!tryVectorConvertAndSplat(*this, (IsCompAssign ? nullptr : &LHS), in CheckVectorOperands()
8775 if (!IsCompAssign) { in CheckVectorOperands()
8917 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands() argument
8922 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
8926 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckMultiplyDivideOperands()
8941 ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, bool IsCompAssign) { in CheckRemainderOperands() argument
8948 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
8954 QualType compType = UsualArithmeticConversions(LHS, RHS, IsCompAssign); in CheckRemainderOperands()
9522 SourceLocation Loc, bool IsCompAssign) { in checkVectorShift() argument
9532 if (!IsCompAssign) { in checkVectorShift()
9566 if (IsCompAssign) in checkVectorShift()
9609 bool IsCompAssign) { in CheckShiftOperands() argument
9626 return checkVectorShift(*this, LHS, RHS, Loc, IsCompAssign); in CheckShiftOperands()
9639 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
10800 bool IsCompAssign = in CheckBitwiseOperands() local
10807 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
10818 IsCompAssign); in CheckBitwiseOperands()
12198 bool IsCompAssign, SourceLocation OpLoc, in convertHalfVecBinOp() argument
12216 if (IsCompAssign) in convertHalfVecBinOp()