Searched refs:compType (Results 1 – 1 of 1) sorted by relevance
8931 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()8937 return compType; in CheckMultiplyDivideOperands()8958 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()8961 return compType; in CheckRemainderOperands()9240 return compType; in CheckAdditionOperands()9254 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()9256 return compType; in CheckAdditionOperands()9334 return compType; in CheckSubtractionOperands()9344 if (!compType.isNull() && compType->isArithmeticType()) { in CheckSubtractionOperands()9346 return compType; in CheckSubtractionOperands()[all …]