Searched defs:NumTypesPerWord (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp62 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType; member in class:__anon1152::PGOHash
104 const unsigned PGOHash::NumTypesPerWord; member in class:__anon1152::PGOHash
577 if (Count && Count % NumTypesPerWord == 0) {
591 if (Count <= NumTypesPerWord)

Completed in 123 milliseconds