Home
last modified time | relevance | path

Searched refs:NumLowBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2985 for (unsigned NumLowBits = 0; NumLowBits <= BitWidth; ++NumLowBits) { in TEST() local
2987 Adash.clearLowBits(NumLowBits); in TEST()
2989 Bdash.clearLowBits(NumLowBits); in TEST()
2992 if (NumLowBits >= 1 + *Bit) in TEST()