Lines Matching full:endvalue
162 const MachineOperand *Endvalue,
491 const MachineOperand *EndValue,
642 const MachineOperand *EndValue = nullptr;
646 EndValue = &Op2;
648 EndValue = &Op1;
653 if (!EndValue)
656 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
671 if (EndValue->isReg()) {
672 unsigned R = EndValue->getReg();
679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);