JITBlock.addAssignmentOp

Add evaluation of an rvalue, using the result to modify an lvalue. This is equivalent to "lvalue op= rvalue".

  1. void addAssignmentOp(JITLocation loc, JITLValue lvalue, JITBinaryOp op, JITRValue rvalue)
    class JITBlock
  2. void addAssignmentOp(JITLValue lvalue, JITBinaryOp op, JITRValue rvalue)

Meta