Home | History | Annotate | Download | only in priv

Lines Matching refs:new_tag

5201    // new_tag = if cond then FULL else old_tag
5207 IRTemp new_tag = newTemp(Ity_I8);
5208 assign(new_tag,
5225 // now set it to new_tag instead.
5226 put_ST_TAG(i, mkexpr(new_tag));