OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActiveWords
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
4585
unsigned
ActiveWords
= 1;
4587
ActiveWords
= Record[CurIdx++];
4588
Low = readWideAPInt(makeArrayRef(&Record[CurIdx],
ActiveWords
),
4590
CurIdx +=
ActiveWords
;
4593
ActiveWords
= 1;
4595
ActiveWords
= Record[CurIdx++];
4597
makeArrayRef(&Record[CurIdx],
ActiveWords
), ValueBitWidth);
4598
CurIdx +=
ActiveWords
;
Completed in 32 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026