module Icmp:The predicate for an integer comparison (sig
..end
icmp
) instruction.
See the llvm::ICmpInst::Predicate
enumeration.type
t =
| |
Eq |
| |
Ne |
| |
Ugt |
| |
Uge |
| |
Ult |
| |
Ule |
| |
Sgt |
| |
Sge |
| |
Slt |
| |
Sle |