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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp76 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
79 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &DL, function
402 unsigned AlignLog = getGVAlignmentLog2(GV, DL);
1690 NumBits = getGVAlignmentLog2(GV, GV->getParent()->getDataLayout(), NumBits);

Completed in 89 milliseconds