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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp61 static const int NumBitsPerType = 6; member in class:__anon1152::PGOHash
62 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
63 static const unsigned TooBig = 1u << NumBitsPerType;
103 const int PGOHash::NumBitsPerType; member in class:__anon1152::PGOHash
586 Working = Working << NumBitsPerType | Type;

Completed in 80 milliseconds