Home | History | Annotate | Download | only in Ocaml

Lines Matching refs:Icmp

232    * RUN: grep {@const_icmp = global i1 icmp sle } < %t.ll
268 ignore (define_global "const_icmp" (const_icmp Icmp.Sle foldbomb five) m);
315 (const_icmp Icmp.Sle foldbomb five)
1146 (* RUN: grep {%build_icmp_ne = icmp ne i32 %P1, %P2} < %t.ll
1147 * RUN: grep {%build_icmp_sle = icmp sle i32 %P2, %P1} < %t.ll
1150 * RUN: grep {%build_is_null.*= icmp eq.*%X0,.*null} < %t.ll
1151 * RUN: grep {%build_is_not_null = icmp ne i8\\* %X1, null} < %t.ll
1154 ignore (build_icmp Icmp.Ne p1 p2 "build_icmp_ne" atentry);
1155 ignore (build_icmp Icmp.Sle p2 p1 "build_icmp_sle" atentry);
1188 let inst46 = build_icmp Icmp.Eq p1 p2 "build_icmp" atentry in