Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp406 unsigned MaxGlobalType = 0; in WriteModuleInfo() local
410 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType())); in WriteModuleInfo()
450 Log2_32_Ceil(MaxGlobalType+1))); in WriteModuleInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1089 unsigned MaxGlobalType = 0; in writeModuleInfo() local
1092 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType())); in writeModuleInfo()
1131 Log2_32_Ceil(MaxGlobalType+1))); in writeModuleInfo()