Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp91 int64_t ByteOff = (int64_t)Value - 8; in applyFixup() local
92 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()