OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NextBit
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Bitfields.h
231
static constexpr unsigned
NextBit
= Shift + Bits;
283
return A::
NextBit
== B::FirstBit && areContiguous<B, Others...>();
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamReader.h
243
unsigned
NextBit
= 0;
245
Result |= (Piece & ((1U << (NumBits-1))-1)) <<
NextBit
;
250
NextBit
+= NumBits-1;
270
unsigned
NextBit
= 0;
272
Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) <<
NextBit
;
277
NextBit
+= NumBits-1;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
1478
unsigned
NextBit
= 0;
1484
unsigned SrcBit =
NextBit
;
1486
if (
NextBit
< LaneBitmask::BitWidth-1)
1487
++
NextBit
;
Completed in 16 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026