Lines Matching defs:CompLHSTy

10965                                      QualType* CompLHSTy) {
10971 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy,
10976 if (CompLHSTy) *CompLHSTy = compType;
10983 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic);
10984 if (CompLHSTy)
10985 *CompLHSTy = compType;
10992 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy);
10993 if (CompLHSTy)
10994 *CompLHSTy = compType;
10999 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic);
11011 if (CompLHSTy) *CompLHSTy = compType;
11072 if (CompLHSTy) {
11079 *CompLHSTy = LHSTy;
11088 QualType* CompLHSTy) {
11094 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy,
11099 if (CompLHSTy) *CompLHSTy = compType;
11106 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic);
11107 if (CompLHSTy)
11108 *CompLHSTy = compType;
11115 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy);
11116 if (CompLHSTy)
11117 *CompLHSTy = compType;
11122 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic);
11130 if (CompLHSTy) *CompLHSTy = compType;
11176 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
11227 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
14816 QualType CompLHSTy; // Type of LHS after promotions for computation
14956 CompLHSTy = CompResultTy;
14963 CompLHSTy = CompResultTy;
14970 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy);
14977 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy);
14985 CompLHSTy = CompResultTy;
14996 CompLHSTy = CompResultTy;
15064 // assignment as the common type is computed on demand. Reset the CompLHSTy
15067 CompLHSTy = UsualUnaryConversions(LHS.get()).get()->getType();
15075 CurFPFeatureOverrides(), CompLHSTy, CompResultTy);