Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp48 uint8_t Imm1Limit; // Limit of immediate field (bits) member
382 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore()
777 if (Entry.Imm1Limit) in ReduceToNarrow()
778 Limit = (1 << Entry.Imm1Limit) - 1; in ReduceToNarrow()