Searched refs:MaxEncodableValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3148 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; local
3150 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue);

Completed in 163 milliseconds