Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp79 static const int NumBitsPerType = 6; member in __anon393d18f00111::PGOHash
80 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
81 static const unsigned TooBig = 1u << NumBitsPerType;
140 const int PGOHash::NumBitsPerType; member in __anon393d18f00111::PGOHash
765 Working = Working << NumBitsPerType | Type; in combine()