Searched refs:OldImm (Results 1 – 3 of 3) sorted by relevance
256 const int OldImm = (int)CmpMI->getOperand(2).getImm(); in adjustCmp() local257 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()261 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
968 uint64_t OldImm = Imm, NewImm, Enc; in optimizeLogicalImm() local1032 (void)OldImm; in optimizeLogicalImm()1033 assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 && in optimizeLogicalImm()1035 assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm"); in optimizeLogicalImm()
1201 int64_t OldImm in eliminateFrameIndex() local1203 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex()