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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1183 unsigned MaxGlobalType = 0; local
1186 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType()));
1228 Log2_32_Ceil(MaxGlobalType+1)));

Completed in 88 milliseconds