OpTypeInfo

Deducted type information for expressions on the sides of a relational operator

Values

ValueMeaning
none
floatingPoint

Both sides are floating points

pointer

Either side is a pointer

boolean

Both sides are bools

enumLhsRhsIsSame

lhs and rhs sides are the same enum decl

enumLhsIsMin

lhs is the minimal representation in the enum type

enumLhsIsMax

lhs is the maximum representation in the enum type

enumRhsIsMin

rhs is the minimum representation in the enum type

enumRhsIsMax

rhs is the maximum representation in the enum type

Meta