Lines Matching defs:OldImm
2171 uint64_t OldImm = Imm, NewImm, Enc;2235 (void)OldImm;2236 assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 &&2238 assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm");