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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp75 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
78 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &DL, function
407 unsigned AlignLog = getGVAlignmentLog2(GV, DL);
1725 NumBits = getGVAlignmentLog2(GV, GV->getParent()->getDataLayout(), NumBits);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp67 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
70 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const TargetData &TD, function
288 unsigned AlignLog = getGVAlignmentLog2(GV, *TD);
1392 if (GV) NumBits = getGVAlignmentLog2(GV, *TM.getTargetData(), NumBits);

Completed in 53 milliseconds