Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1262 unsigned MaxEncAlignment = getEncodedAlign(MaxAlignment); in writeModuleInfo() local
1264 Log2_32_Ceil(MaxEncAlignment + 1))); in writeModuleInfo()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1318 unsigned MaxEncAlignment = getEncodedAlign(MaxAlignment); in writeModuleInfo() local
1320 Log2_32_Ceil(MaxEncAlignment+1))); in writeModuleInfo()