Home | History | Annotate | Download | only in priv

Lines Matching refs:new_mask

2898    IRTemp old_mask, new_mask, cur_mask;
2922 new_mask = newTemp(Ity_I64);
2929 assign(new_mask, binop(Iop_Or64, mkexpr(old_mask), mkexpr(cur_mask)));
2941 old_mask = new_mask;