![]() | IntPredicate Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET
public enum IntPredicate
Member name | Value | Description | |
---|---|---|---|
False | 0 | ||
Equal | 32 | ||
NotEqual | 33 | ||
UnsignedGreater | 34 | ||
UnsignedGreaterOrEqual | 35 | ||
UnsignedLess | 36 | ||
UnsignedLessOrEqual | 37 | ||
SignedGreater | 38 | ||
SignedGreaterOrEqual | 39 | ||
SignedLess | 40 | ||
SignedLessOrEqual | 41 |