Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4283 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffsetAdj() local
4289 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); in emitFrameOffsetAdj()