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