Home | History | Annotate | Download | only in Ocaml

Lines Matching refs:fcmp

233    * RUN: grep "@const_fcmp = global i1 fcmp ole " < %t.ll
269 ignore (define_global "const_fcmp" (const_fcmp Fcmp.Ole ffoldbomb ffive) m);
1149 * RUN: grep "%build_fcmp_false = fcmp false float %F1, %F2" < %t.ll
1150 * RUN: grep "%build_fcmp_true = fcmp true float %F2, %F1" < %t.ll
1157 ignore (build_fcmp Fcmp.False f1 f2 "build_fcmp_false" atentry);
1158 ignore (build_fcmp Fcmp.True f2 f1 "build_fcmp_true" atentry);