Build a boolean rvalue out of the comparison of two other rvalues.
Comparison | C equivalent |
---|---|
GCC_JIT_COMPARISON_EQ | x == y |
GCC_JIT_COMPARISON_NE | x != y |
GCC_JIT_COMPARISON_LT | x < y |
GCC_JIT_COMPARISON_LE | x <= y |
GCC_JIT_COMPARISON_GT | x > y |
GCC_JIT_COMPARISON_GE | x >= y |