/usr/share/doc/libllvm-3.5-ocaml-dev/html/Llvm.Icmp.html is in libllvm-3.5-ocaml-dev 1:3.5.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Llvm.Attribute.html">
<link rel="next" href="Llvm.Fcmp.html">
<link rel="Up" href="Llvm.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Llvm" rel="Chapter" href="Llvm.html">
<link title="Llvm_AArch64" rel="Chapter" href="Llvm_AArch64.html">
<link title="Llvm_ARM" rel="Chapter" href="Llvm_ARM.html">
<link title="Llvm_CppBackend" rel="Chapter" href="Llvm_CppBackend.html">
<link title="Llvm_Hexagon" rel="Chapter" href="Llvm_Hexagon.html">
<link title="Llvm_MSP430" rel="Chapter" href="Llvm_MSP430.html">
<link title="Llvm_Mips" rel="Chapter" href="Llvm_Mips.html">
<link title="Llvm_NVPTX" rel="Chapter" href="Llvm_NVPTX.html">
<link title="Llvm_PowerPC" rel="Chapter" href="Llvm_PowerPC.html">
<link title="Llvm_R600" rel="Chapter" href="Llvm_R600.html">
<link title="Llvm_Sparc" rel="Chapter" href="Llvm_Sparc.html">
<link title="Llvm_SystemZ" rel="Chapter" href="Llvm_SystemZ.html">
<link title="Llvm_X86" rel="Chapter" href="Llvm_X86.html">
<link title="Llvm_XCore" rel="Chapter" href="Llvm_XCore.html">
<link title="Llvm_all_backends" rel="Chapter" href="Llvm_all_backends.html">
<link title="Llvm_analysis" rel="Chapter" href="Llvm_analysis.html">
<link title="Llvm_bitreader" rel="Chapter" href="Llvm_bitreader.html">
<link title="Llvm_bitwriter" rel="Chapter" href="Llvm_bitwriter.html">
<link title="Llvm_executionengine" rel="Chapter" href="Llvm_executionengine.html">
<link title="Llvm_ipo" rel="Chapter" href="Llvm_ipo.html">
<link title="Llvm_irreader" rel="Chapter" href="Llvm_irreader.html">
<link title="Llvm_linker" rel="Chapter" href="Llvm_linker.html">
<link title="Llvm_passmgr_builder" rel="Chapter" href="Llvm_passmgr_builder.html">
<link title="Llvm_scalar_opts" rel="Chapter" href="Llvm_scalar_opts.html">
<link title="Llvm_target" rel="Chapter" href="Llvm_target.html">
<link title="Llvm_vectorize" rel="Chapter" href="Llvm_vectorize.html"><title>Llvm.Icmp</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Llvm.Attribute.html" title="Llvm.Attribute">Previous</a>
<a class="up" href="Llvm.html" title="Llvm">Up</a>
<a class="post" href="Llvm.Fcmp.html" title="Llvm.Fcmp">Next</a>
</div>
<h1>Module <a href="type_Llvm.Icmp.html">Llvm.Icmp</a></h1>
<pre><span class="keyword">module</span> Icmp: <code class="code"><span class="keyword">sig</span></code> <a href="Llvm.Icmp.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info module top">
The predicate for an integer comparison (<code class="code">icmp</code>) instruction.
See the <code class="code">llvm::<span class="constructor">ICmpInst</span>::<span class="constructor">Predicate</span></code> enumeration.<br>
</div>
<hr width="100%">
<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Eq"><span class="constructor">Eq</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Ne"><span class="constructor">Ne</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Ugt"><span class="constructor">Ugt</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Uge"><span class="constructor">Uge</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Ult"><span class="constructor">Ult</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Ule"><span class="constructor">Ule</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Sgt"><span class="constructor">Sgt</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Sge"><span class="constructor">Sge</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Slt"><span class="constructor">Slt</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.Sle"><span class="constructor">Sle</span></span></code></td>
</tr></table>
</body></html>
|