Home
last modified time | relevance | path

Searched refs:UndefID (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h345 DbgOpID() : RawID(UndefID.RawID) {
351 static DbgOpID UndefID;
358 bool isUndef() const { return *this == UndefID; }
386 return DbgOpID::UndefID;
394 if (ID == DbgOpID::UndefID)
532 return DbgOpID::UndefID;
H A DInstrRefBasedImpl.cpp159 DbgOpID DbgOpID::UndefID = DbgOpID(0xffffffff); member in DbgOpID