Home | History | Annotate | Download | only in OCaml

Lines Matching defs:ci

1069     let ci = build_call fn [| p2; p1 |] "build_call" atentry in
1070 insist (CallConv.c = instruction_call_conv ci);
1071 set_instruction_call_conv 63 ci;
1072 insist (63 = instruction_call_conv ci);
1073 insist (not (is_tail_call ci));
1074 set_tail_call true ci;
1075 insist (is_tail_call ci);
1076 add_instruction_param_attr ci 1 Attribute.Sext;
1077 add_instruction_param_attr ci 2 Attribute.Noalias;
1078 remove_instruction_param_attr ci 2 Attribute.Noalias;