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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp238 const int OldImm = (int)CmpMI->getOperand(2).getImm(); local
239 const int NewImm = std::abs(OldImm + Correction);
243 if (OldImm == 0 && ((Negative && Correction == 1) ||

Completed in 86 milliseconds