Lines Matching full:shadowb
134 When .kind is Orig, .shadowV and .shadowB may give the identities
136 and origin (shadowB) values, or these may be IRTemp_INVALID if code
140 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
151 IRTemp shadowB;
230 ent.shadowB = IRTemp_INVALID;
4697 ent.shadowB = IRTemp_INVALID;
5096 if (ent->shadowB == IRTemp_INVALID) {
5103 tl_assert(ent->shadowB == IRTemp_INVALID);
5104 ent->shadowB = tmpB;
5106 return ent->shadowB;