emit_call_with_type_hint 2617 src/comp.c       return emit_call_with_type_hint (comp.add1, insn, Qfixnum);
emit_call_with_type_hint 2623 src/comp.c       return emit_call_with_type_hint (comp.sub1, insn, Qfixnum);
emit_call_with_type_hint 2629 src/comp.c       return emit_call_with_type_hint (comp.negate, insn, Qfixnum);
emit_call_with_type_hint 2647 src/comp.c       return emit_call_with_type_hint (comp.car, insn, Qcons);
emit_call_with_type_hint 2653 src/comp.c       return emit_call_with_type_hint (comp.cdr, insn, Qcons);