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.
  • Method Details