Searched refs:IExp (Results 1 – 2 of 2) sorted by relevance
4930 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local4931 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()4932 std::swap(PExp, IExp); in VisitBinaryOperator()4939 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
7947 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local7955 std::swap(PExp, IExp); in CheckAdditionOperands()7966 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()7976 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()