OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBigInt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
1392
bool
IsBigInt
= Record[0] & 4;
1395
if (
IsBigInt
) {
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1622
const uint64_t
IsBigInt
= 1 << 2;
1623
Record.push_back(
IsBigInt
| (N->isUnsigned() << 1) | N->isDistinct());
Completed in 29 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026