Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h225 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_first_in() local
249 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local
285 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_first_unset_in() local
311 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local