Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h211 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable
235 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local
272 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local