Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp414 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
423 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
581 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()