Searched defs:RegisterCell (Results 1 – 2 of 2) sorted by relevance
297 struct BitTracker::RegisterCell { struct298 RegisterCell(uint16_t Width = DefaultBitN) : Bits(Width) {} in Bits() argument313 bool meet(const RegisterCell &RC, Register SelfR); argument346 friend raw_ostream &operator<<(raw_ostream &OS, const RegisterCell &RC); argument
27 using RegisterCell = BitTracker::RegisterCell; member