Lines Matching refs:CompLHSTy
6907 QualType* CompLHSTy) {
6912 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy);
6913 if (CompLHSTy) *CompLHSTy = compType;
6917 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy);
6927 if (CompLHSTy) *CompLHSTy = compType;
6964 if (CompLHSTy) {
6971 *CompLHSTy = LHSTy;
6980 QualType* CompLHSTy) {
6985 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy);
6986 if (CompLHSTy) *CompLHSTy = compType;
6990 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy);
6998 if (CompLHSTy) *CompLHSTy = compType;
7020 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
7048 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
8899 QualType CompLHSTy; // Type of LHS after promotions for computation
8962 CompLHSTy = CompResultTy;
8968 CompLHSTy = CompResultTy;
8973 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy);
8978 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy);
8985 CompLHSTy = CompResultTy;
8993 CompLHSTy = CompResultTy;
9040 ResultTy, VK, OK, CompLHSTy,