Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp411 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
420 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
578 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()