Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:EndValue

525   const MachineOperand *EndValue = nullptr;
529 EndValue = &Op2;
531 EndValue = &Op1;
536 if (!EndValue)
559 // Since the comparisons are "ri", the EndValue should be an
561 assert(EndValue->isImm() && "Unrecognized latch comparison");
562 EndV = EndValue->getImm();
598 if (EndValue->isReg()) {
599 unsigned R = EndValue->getReg();
605 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);