Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h213 unsigned LastWord = (End - 1) / BITWORD_SIZE; in find_first_in() local
241 unsigned LastWord = (End - 1) / BITWORD_SIZE; in find_last_in() local
273 unsigned LastWord = (End - 1) / BITWORD_SIZE; in find_first_unset_in() local
303 unsigned LastWord = (End - 1) / BITWORD_SIZE; in find_last_unset_in() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DBitVector.h194 unsigned LastWord = (End - 1) / BITWORD_SIZE; variable
228 unsigned LastWord = (End - 1) / BITWORD_SIZE; in find_last_in() local
265 unsigned LastWord = (End - 1) / BITWORD_SIZE; in find_last_unset_in() local