Module Llvm.Icmp

module Icmp: sig .. end
The predicate for an integer comparison (icmp) instruction. See the llvm::ICmpInst::Predicate enumeration.

type t = 
| Eq
| Ne
| Ugt
| Uge
| Ult
| Ule
| Sgt
| Sge
| Slt
| Sle