Lines Matching refs:CompLHSTy

11149                                      QualType* CompLHSTy) {  in CheckAdditionOperands()  argument
11155 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
11160 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11167 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
11168 if (CompLHSTy) in CheckAdditionOperands()
11169 *CompLHSTy = compType; in CheckAdditionOperands()
11176 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
11177 if (CompLHSTy) in CheckAdditionOperands()
11178 *CompLHSTy = compType; in CheckAdditionOperands()
11183 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
11195 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11248 if (CompLHSTy) { in CheckAdditionOperands()
11255 *CompLHSTy = LHSTy; in CheckAdditionOperands()
11264 QualType* CompLHSTy) { in CheckSubtractionOperands() argument
11270 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
11275 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
11282 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckSubtractionOperands()
11283 if (CompLHSTy) in CheckSubtractionOperands()
11284 *CompLHSTy = compType; in CheckSubtractionOperands()
11291 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckSubtractionOperands()
11292 if (CompLHSTy) in CheckSubtractionOperands()
11293 *CompLHSTy = compType; in CheckSubtractionOperands()
11298 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
11306 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
11343 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
11394 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
14851 QualType CompLHSTy; // Type of LHS after promotions for computation in CreateBuiltinBinOp() local
14986 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
14993 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15000 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
15007 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy); in CreateBuiltinBinOp()
15015 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15026 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15097 CompLHSTy = UsualUnaryConversions(LHS.get()).get()->getType(); in CreateBuiltinBinOp()
15105 CurFPFeatureOverrides(), CompLHSTy, CompResultTy); in CreateBuiltinBinOp()