Searched refs:IExp (Results 1 – 2 of 2) sorted by relevance
3033 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local3034 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()3035 std::swap(PExp, IExp); in VisitBinaryOperator()3042 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
6515 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local6523 std::swap(PExp, IExp); in CheckAdditionOperands()6534 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()6544 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()