emit_call_with_type_hint 2619 src/comp.c       return emit_call_with_type_hint (comp.add1, insn, Qfixnum);
emit_call_with_type_hint 2625 src/comp.c       return emit_call_with_type_hint (comp.sub1, insn, Qfixnum);
emit_call_with_type_hint 2631 src/comp.c       return emit_call_with_type_hint (comp.negate, insn, Qfixnum);
emit_call_with_type_hint 2649 src/comp.c       return emit_call_with_type_hint (comp.car, insn, Qcons);
emit_call_with_type_hint 2655 src/comp.c       return emit_call_with_type_hint (comp.cdr, insn, Qcons);