Searched refs:UndefID (Results 1 – 2 of 2) sorted by relevance
384 DbgOpID() : RawID(UndefID.RawID) {390 static DbgOpID UndefID;397 bool isUndef() const { return *this == UndefID; }425 return DbgOpID::UndefID;433 if (ID == DbgOpID::UndefID)571 return DbgOpID::UndefID;
159 DbgOpID DbgOpID::UndefID = DbgOpID(0xffffffff); member in DbgOpID