RelOpType Type
Represents a relational operator.
Record fields
| Record Field |
Description
|
Equal.
|
|
Floating point equal.
|
|
Floating point greater than or equal.
|
|
Floating point greater than.
|
|
Floating point less than or equal.
|
|
Floating point less than.
|
|
Floating point not equal.
|
|
Unsigned greater than or equal.
|
|
Unsigned greater than.
|
|
Unsigned less than or equal.
|
|
Unsigned less than.
|
|
Not equal.
|
|
Signed greater than or equal.
|
|
Signed greater than.
|
|
Signed less than or equal.
|
|
Signed less than.
|
B2R2