Home | History | Annotate | Download | only in priv

Lines Matching refs:new_mask

2916    IRTemp old_mask, new_mask, cur_mask;
2940 new_mask = newTemp(Ity_I64);
2947 assign(new_mask, binop(Iop_Or64, mkexpr(old_mask), mkexpr(cur_mask)));
2959 old_mask = new_mask;