Example #1
0
 private IrOp sizeOf(IrOp op) {
   int size = op.argToType().sizeof();
   return CodeAsm.loadIntOp(size);
 }