Searched refs:AlignShiftValue (Results 1 – 1 of 1) sorted by relevance
212 unsigned AlignShiftValue = Log2_64(Insn->getAlign().value()); in fillCommonArgs() local217 Args.push_back(ConstantInt::get(Int8Ty, AlignShiftValue)); in fillCommonArgs()293 unsigned AlignShiftValue = getOperandAsUnsigned(Call, 4 + Delta); in reconstructCommon() local294 Insn->setAlignment(Align(1ULL << AlignShiftValue)); in reconstructCommon()