Home | History | Annotate | Download | only in tutorial

Lines Matching full:fcmp

132                 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
162 On the other hand, LLVM specifies that the `fcmp
163 instruction <../LangRef.html#fcmp-instruction>`_ always returns an 'i1' value (a
166 combine the fcmp instruction with a `uitofp
815 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in