Lines Matching refs:GVAlign
86 unsigned GVAlign = Log2_32(GV->getAlignment());88 // If the GVAlign is larger than NumBits, or if we are required to obey90 if (GVAlign > NumBits || GV->hasSection())91 NumBits = GVAlign;