pub fn integer_overflow_arith(
node_count: u32,
arith_set: &str,
attacker_reach: &str,
overflow_check_dominates: &str,
intermediate: &str,
out: &str,
) -> ProgramExpand description
Build an overflow-check Program: arith_set AND attacker_reach
lands in intermediate, then that set minus
overflow_check_dominates lands in out.