Searched defs:RegisterCell (Results 1 – 2 of 2) sorted by relevance
249 struct BitTracker::RegisterCell { struct250 RegisterCell(uint16_t Width = DefaultBitN) : Bits(Width) {} in Bits() argument264 bool meet(const RegisterCell &RC, unsigned SelfR); argument294 friend raw_ostream &operator<<(raw_ostream &OS, const RegisterCell &RC); argument
23 typedef BitTracker::RegisterCell RegisterCell; typedef