Searched refs:isAdditiveOp (Results 1 – 7 of 7) sorted by relevance
483 if (BinaryOperator::isAdditiveOp(op)) { in evalBinOpNN()485 if (BinaryOperator::isAdditiveOp(lop)) { in evalBinOpNN()
64 if (B->isAdditiveOp()) { in VisitBinaryOperator()
2991 static bool isAdditiveOp(Opcode Opc) { return Opc == BO_Add || Opc==BO_Sub; } in isAdditiveOp() function2992 bool isAdditiveOp() const { return isAdditiveOp(getOpcode()); } in isAdditiveOp() function
2220 if (BO->isAdditiveOp()) { in CheckIncRHS()3387 AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->isShiftOp() || in checkBinaryOperation()
4915 if (!BO || !BO->isAdditiveOp()) in ignoreLiteralAdditions()
13506 if (!BO->isAdditiveOp()) in ValidDuplicateEnum()
6735 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) { in VisitBinOp()