Member predicate ComparisonExpr::getGreaterOperand
Gets the greater operand of this comparison expression.
For example, x
is the greater operand
in x > 0
, and 0
is the
greater operand in x < 0
.
Gets the greater operand of this comparison expression.
For example, x
is the greater operand
in x > 0
, and 0
is the
greater operand in x < 0
.