Lines Matching defs:CompLHSTy

10846                                      QualType* CompLHSTy) {
10852 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy,
10857 if (CompLHSTy) *CompLHSTy = compType;
10864 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic);
10865 if (CompLHSTy)
10866 *CompLHSTy = compType;
10873 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy);
10874 if (CompLHSTy)
10875 *CompLHSTy = compType;
10880 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic);
10892 if (CompLHSTy) *CompLHSTy = compType;
10953 if (CompLHSTy) {
10960 *CompLHSTy = LHSTy;
10969 QualType* CompLHSTy) {
10975 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy,
10980 if (CompLHSTy) *CompLHSTy = compType;
10987 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic);
10988 if (CompLHSTy)
10989 *CompLHSTy = compType;
10996 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy);
10997 if (CompLHSTy)
10998 *CompLHSTy = compType;
11003 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic);
11011 if (CompLHSTy) *CompLHSTy = compType;
11057 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
11108 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
14613 QualType CompLHSTy; // Type of LHS after promotions for computation
14753 CompLHSTy = CompResultTy;
14760 CompLHSTy = CompResultTy;
14767 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy);
14774 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy);
14782 CompLHSTy = CompResultTy;
14793 CompLHSTy = CompResultTy;
14861 // assignment as the common type is computed on demand. Reset the CompLHSTy
14864 CompLHSTy = UsualUnaryConversions(LHS.get()).get()->getType();
14872 CurFPFeatureOverrides(), CompLHSTy, CompResultTy);