Searched refs:OldImm (Results 1 – 1 of 1) sorted by relevance
231 const int OldImm = (int)CmpMI->getOperand(2).getImm(); in adjustCmp() local232 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()236 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()