Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A 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
/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