Searched refs:GVAlign (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantFold.cpp988 unsigned GVAlign = GV->getAlignment(); local
990 GVAlign = std::max(GVAlign, 4U);
992 if (GVAlign > 1) {
994 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp87 unsigned GVAlign = Log2_32(GV->getAlignment()); local
89 // If the GVAlign is larger than NumBits, or if we are required to obey
91 if (GVAlign > NumBits || GV->hasSection())
92 NumBits = GVAlign;

Completed in 241 milliseconds