Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp474 unsigned StartAlignment = GV->getAlignment(); in SRAGlobal() local
475 if (StartAlignment == 0) in SRAGlobal()
476 StartAlignment = DL.getABITypeAlignment(GV->getType()); in SRAGlobal()
499 unsigned NewAlign = (unsigned)MinAlign(StartAlignment, FieldOffset); in SRAGlobal()
534 unsigned NewAlign = (unsigned)MinAlign(StartAlignment, EltSize*i); in SRAGlobal()