Home
last modified time | relevance | path

Searched refs:AlignOfGlobal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp204 Align AlignOfGlobal = Global.getAlign().valueOrOne(); in collectCandidateConstants() local
210 if (AlignOfGlobal.value() > ConstData->getElementByteSize()) in collectCandidateConstants()
223 if (MaxAlignment < AlignOfGlobal) in collectCandidateConstants()
224 MaxAlignment = AlignOfGlobal; in collectCandidateConstants()