369370371372373374375376
return new CompoundArray(v1, v2, true); } public Operand buildEncoding(EncodingNode node, IRScope s) { Variable ret = s.getNewTemporaryVariable(); s.addInstr(new GetEncodingInstr(ret, node.getEncoding())); return ret; }