Home | History | Annotate | Download | only in ARM

Lines Matching refs:Limit

32 static cl::opt<int> ReduceLimit("t2-reduce-limit",
46 uint8_t Imm1Limit; // Limit of immediate field (bits)
47 uint8_t Imm2Limit; // Limit of immediate field when it's two-address
649 unsigned Limit = (1 << Entry.Imm2Limit) - 1;
650 if (Imm > Limit)
734 unsigned Limit = ~0U;
736 Limit = (1 << Entry.Imm1Limit) - 1;
751 if (((unsigned)MO.getImm()) > Limit)