Searched refs:IExp (Results 1 – 2 of 2) sorted by relevance
5086 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local5087 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()5088 std::swap(PExp, IExp); in VisitBinaryOperator()5095 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
8383 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local8391 std::swap(PExp, IExp); in CheckAdditionOperands()8402 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()8412 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()