Searched defs:ImmLimit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp339 uint8_t ImmLimit = Entry.Imm1Limit; local
348 ImmLimit = Entry.Imm2Limit;
447 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale;

Completed in 763 milliseconds