Home
last modified time | relevance | path

Searched refs:SubHash (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3555 uint32_t SubHash = LShift(Hash[Pos + 0], 24); in writeModuleHash() local
3556 SubHash |= LShift(Hash[Pos + 1], 16) | LShift(Hash[Pos + 2], 8) | in writeModuleHash()
3558 Vals.push_back(SubHash); in writeModuleHash()