Lines Matching full:shadowb
142 When .kind is Orig, .shadowV and .shadowB may give the identities
144 and origin (shadowB) values, or these may be IRTemp_INVALID if code
148 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
159 IRTemp shadowB;
238 ent.shadowB = IRTemp_INVALID;
4916 ent.shadowB = IRTemp_INVALID;
5315 if (ent->shadowB == IRTemp_INVALID) {
5322 tl_assert(ent->shadowB == IRTemp_INVALID);
5323 ent->shadowB = tmpB;
5325 return ent->shadowB;