Home
last modified time | relevance | path

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

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