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

/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1402 bool IsBigInt = Record[0] & 4; local
1405 if (IsBigInt) {
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1694 const uint64_t IsBigInt = 1 << 2; local
1695 Record.push_back(IsBigInt | (N->isUnsigned() << 1) | N->isDistinct());

Completed in 75 milliseconds