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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp68 uint8_t Imm1Limit; // Limit of immediate field (bits) member in struct:__anon5101::ReduceEntry
416 uint8_t ImmLimit = Entry.Imm1Limit;
862 if (Entry.Imm1Limit)
863 Limit = (1 << Entry.Imm1Limit) - 1;

Completed in 41 milliseconds