Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:InitialValue

463   MachineOperand *InitialValue = nullptr;
468 InitialValue = &IV_Phi->getOperand(i);
472 if (!InitialValue)
558 // Allow InitialValue to be a register defined with an immediate.
559 if (InitialValue->isReg()) {
560 if (!defWithImmediate(InitialValue->getReg()))
562 InitV = getImmediate(*InitialValue);
564 assert(InitialValue->isImm());
565 InitV = InitialValue->getImm();
586 if (InitialValue->isReg()) {
587 unsigned R = InitialValue->getReg();
600 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);