A relational/equality comparison between an operand and a constant, normalized to
operand <op> const (the operator is flipped when the constant is on the left).
A signed integer constant as (is_negative, magnitude), matching how solar stores negated
literals (-128 is Unary(Neg, Lit(128))). Zero is always (false, 0).