Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:InitialValue

161                                        MachineOperand *InitialValue,
488 MachineOperand *InitialValue,
569 MachineOperand *InitialValue = nullptr;
575 InitialValue = &IV_Phi->getOperand(i);
579 if (!InitialValue)
654 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
662 if (InitialValue->isReg()) {
663 unsigned R = InitialValue->getReg();
677 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);