Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp214 unsigned AlignShiftValue = Log2_64(Insn->getAlign().value()); in fillCommonArgs() local
219 Args.push_back(ConstantInt::get(Int8Ty, AlignShiftValue)); in fillCommonArgs()
296 unsigned AlignShiftValue = getOperandAsUnsigned(Call, 4 + Delta); in reconstructCommon() local
297 Insn->setAlignment(Align(1ULL << AlignShiftValue)); in reconstructCommon()