Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h212 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable
236 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local
273 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local