Home
last modified time | relevance | path

Searched defs:InvalidID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBank.h36 static const unsigned InvalidID; global() variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBank.cpp23 const unsigned RegisterBank::InvalidID = UINT_MAX; global() member in RegisterBank