Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp231 const int OldImm = (int)CmpMI->getOperand(2).getImm(); in adjustCmp() local
232 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()
236 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()