Interface JitIntTestOp

All Superinterfaces:
JitBinOp, JitDefOp, JitIntBinOp, JitOp
All Known Implementing Classes:
JitIntCarryOp, JitIntEqualOp, JitIntLessEqualOp, JitIntLessOp, JitIntNotEqualOp, JitIntSBorrowOp, JitIntSCarryOp, JitIntSLessEqualOp, JitIntSLessOp

public interface JitIntTestOp extends JitIntBinOp
A binary p-code operator use-def node with int inputs and a boolean (int) output.
Implementation Notes:
Correct. This doesn't change anything, because boolean is int. Nevertheless, we keep this here because it forms a useful category of p-code ops. Also, if we ever need to formalize the "boolean" type, we'll already have this in place.
  • Method Details