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

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp70 uint8_t Imm2Limit; // Limit of immediate field when it's two-address member in struct:__anon2761::ReduceEntry
423 ImmLimit = Entry.Imm2Limit;
787 if (Entry.Imm2Limit) {
789 unsigned Limit = (1 << Entry.Imm2Limit) - 1;

Completed in 112 milliseconds