alloc_typed_instruction
struct instruction *insn = alloc_typed_instruction(op, ctype);
struct instruction *insn = alloc_typed_instruction(OP_SETVAL, ctype);
struct instruction *insn = alloc_typed_instruction(OP_SETFVAL, ctype);
struct instruction *insn = alloc_typed_instruction(op, ctype);
struct instruction *insn = alloc_typed_instruction(OP_SLICE, expr->ctype);
insn = alloc_typed_instruction(opcode, to);
struct instruction *insn = alloc_typed_instruction(OP_CALL, expr->ctype);
insn = alloc_typed_instruction(OP_SEL, expr->ctype);
phi_node = alloc_typed_instruction(OP_PHI, expr->ctype);
phi_node = alloc_typed_instruction(OP_PHI, ctype);
switch_ins = alloc_typed_instruction(OP_SWITCH, expr->ctype);
ret = alloc_typed_instruction(OP_RET, ret_type);
select = alloc_typed_instruction(OP_SEL, phi_node->type);
struct instruction *insn = alloc_typed_instruction(OP_PHISOURCE, type);
struct instruction *phi_node = alloc_typed_instruction(OP_PHI, type);
insn = alloc_typed_instruction(OP_LOAD, ad->btype);
store = alloc_typed_instruction(OP_STORE, ad->btype);