Home | History | Annotate | Download | only in priv

Lines Matching defs:new_tag

3610    // new_tag = if cond then FULL else old_tag
3616 IRTemp new_tag = newTemp(Ity_I8);
3617 assign(new_tag,
3634 // now set it to new_tag instead.
3635 put_ST_TAG(i, mkexpr(new_tag));