Lines Matching defs:IncrementPerRound
154 void pushOutMulShl(unsigned Opc, PHINode *&Phi, Value *IncrementPerRound,
908 Value *IncrementPerRound,
926 BinaryOperator::Create((Instruction::BinaryOps)Opcode, IncrementPerRound,
1029 Value *Start, *IncrementPerRound;
1030 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) ||
1039 if (IncrementPerRound->getType() != OffsSecondOperand->getType() ||
1046 if (!isa<Constant>(IncrementPerRound) &&
1047 !(isa<Instruction>(IncrementPerRound) &&
1048 !L->contains(cast<Instruction>(IncrementPerRound))))
1062 IncrementPerRound, "LoopIncrement", IncInstruction->getIterator());
1074 IncrementPerRound, "LoopIncrement", IncInstruction->getIterator());
1091 pushOutMulShl(Offs->getOpcode(), NewPhi, IncrementPerRound,