Searched refs:IsBigInt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1295 bool IsBigInt = Record[0] & 4; local
1298 if (IsBigInt) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1559 const uint64_t IsBigInt = 1 << 2; local
1560 Record.push_back(IsBigInt | (N->isUnsigned() << 1) | N->isDistinct());

Completed in 119 milliseconds