Lines Matching refs:iff
503 ir_if *iff = new(ctx) ir_if(condition);505 read_instructions(st, &iff->then_instructions, then_expr, loop_ctx);506 read_instructions(st, &iff->else_instructions, else_expr, loop_ctx);508 delete iff;509 iff = NULL;511 return iff;