Searched refs:InvalidID (Results 1 – 2 of 2) sorted by relevance
22 const unsigned RegisterBank::InvalidID = UINT_MAX; member in RegisterBank67 return ID != InvalidID && Name != nullptr && Size != 0 && in isValid()
37 static const unsigned InvalidID; variable