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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1229 unsigned MaxGlobalType = 0; local
1236 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType()));
1278 Log2_32_Ceil(MaxGlobalType+1)));

Completed in 190 milliseconds