JITContext.newComparison

Generic comparisons. Make a JITRValue of boolean type for the given comparison.

  1. JITRValue newComparison(JITLocation loc, JITComparison op, JITRValue a, JITRValue b)
  2. JITRValue newComparison(JITComparison op, JITRValue a, JITRValue b)

Parameters

loc JITLocation

The source location, if any.

op JITComparison

Which comparison.

a JITRValue

The first input expression.

b JITRValue

The second input expression.

Meta