Lines Matching refs:CompLHSTy
11410 QualType* CompLHSTy) { in CheckAdditionOperands() argument
11416 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
11421 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11428 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
11429 if (CompLHSTy) in CheckAdditionOperands()
11430 *CompLHSTy = compType; in CheckAdditionOperands()
11437 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
11438 if (CompLHSTy) in CheckAdditionOperands()
11439 *CompLHSTy = compType; in CheckAdditionOperands()
11444 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
11456 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11509 if (CompLHSTy) { in CheckAdditionOperands()
11516 *CompLHSTy = LHSTy; in CheckAdditionOperands()
11525 QualType* CompLHSTy) { in CheckSubtractionOperands() argument
11531 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
11536 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
11543 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckSubtractionOperands()
11544 if (CompLHSTy) in CheckSubtractionOperands()
11545 *CompLHSTy = compType; in CheckSubtractionOperands()
11552 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckSubtractionOperands()
11553 if (CompLHSTy) in CheckSubtractionOperands()
11554 *CompLHSTy = compType; in CheckSubtractionOperands()
11559 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
11567 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
11604 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
11655 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
15130 QualType CompLHSTy; // Type of LHS after promotions for computation in CreateBuiltinBinOp() local
15265 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15272 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15279 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
15286 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy); in CreateBuiltinBinOp()
15294 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15305 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15376 CompLHSTy = UsualUnaryConversions(LHS.get()).get()->getType(); in CreateBuiltinBinOp()
15384 CurFPFeatureOverrides(), CompLHSTy, CompResultTy); in CreateBuiltinBinOp()