OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h
325
auto &
NextBits
= Links[NextIndex].Attrs;
326
NextBits
|= CurrentBits;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
2335
uint64_t
NextBits
;
2337
NextBits
= MatcherTable[Idx++];
2338
Val |= (
NextBits
&127) << Shift;
2340
} while (
NextBits
& 128);
Completed in 21 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026