Searched refs:IsIterOnLHS (Results 1 – 1 of 1) sorted by relevance
279 const bool IsIterOnLHS = BO->getLHS()->getType()->isPointerType(); in checkPostStmt() local280 const Expr *const &IterExpr = IsIterOnLHS ? LHS : RHS; in checkPostStmt()281 const Expr *const &AmountExpr = IsIterOnLHS ? RHS : LHS; in checkPostStmt()286 SVal AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt()