Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp66 static const int NumBitsPerType = 6; member in __anon17c1f5380111::PGOHash
67 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
68 static const unsigned TooBig = 1u << NumBitsPerType;
108 const int PGOHash::NumBitsPerType; member in __anon17c1f5380111::PGOHash
592 Working = Working << NumBitsPerType | Type; in combine()