Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h219 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable
243 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local
280 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local