Searched refs:IExp (Results 1 – 2 of 2) sorted by relevance
4647 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local4648 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()4649 std::swap(PExp, IExp); in VisitBinaryOperator()4656 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
7078 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local7086 std::swap(PExp, IExp); in CheckAdditionOperands()7097 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()7107 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()