Searched refs:getGVAlignmentLog2 (Results 1 – 1 of 1) sorted by relevance
77 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &TD, in getGVAlignmentLog2() function370 unsigned AlignLog = getGVAlignmentLog2(GV, *DL); in EmitGlobalVariable()1534 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getDataLayout(), NumBits); in EmitAlignment()