Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp75 uint64_t WrappedValue = SignedValue > 0 ? (uint64_t)(Value - FlashSize) in adjustRelativeBranch() local
78 if (isIntN(Size, WrappedValue)) { in adjustRelativeBranch()
79 Value = WrappedValue; in adjustRelativeBranch()