Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1205 unsigned MaxGlobalType = 0; in writeModuleInfo() local
1212 MaxGlobalType = std::max(MaxGlobalType, getTypeID(GV.getValueType(), &GV)); in writeModuleInfo()
1253 Log2_32_Ceil(MaxGlobalType + 1))); in writeModuleInfo()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1260 unsigned MaxGlobalType = 0; in writeModuleInfo() local
1267 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType())); in writeModuleInfo()
1309 Log2_32_Ceil(MaxGlobalType+1))); in writeModuleInfo()