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