Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ADT/
DBitFieldsTest.cpp93 TEST(BitfieldsTest, LastBit) { in TEST() argument
95 using LastBit = Bitfield::Element<bool, 7, 1>; in TEST() typedef
108 using LastBit = Bitfield::Element<bool, 63, 1>; in TEST() typedef
/external/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
/external/llvm-project/llvm/include/llvm/ADT/
DBitVector.h233 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable
257 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local
294 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local