Home | History | Annotate | Download | only in memcheck

Lines Matching refs:VSh

148    When .kind is VSh or BSh then the tmp is holds a V- or B- value,
153 enum { Orig=1, VSh=2, BSh=3 }
263 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
293 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
337 return ent->kind == VSh || ent->kind == BSh;
449 case 'V': k = VSh; break;
3901 datavbits = newTemp(mce, ty, VSh);