Lines Matching defs:IncrementPerRound
155 void pushOutMulShl(unsigned Opc, PHINode *&Phi, Value *IncrementPerRound,
909 Value *IncrementPerRound,
927 BinaryOperator::Create((Instruction::BinaryOps)Opcode, IncrementPerRound,
1030 Value *Start, *IncrementPerRound;
1031 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) ||
1040 if (IncrementPerRound->getType() != OffsSecondOperand->getType() ||
1047 if (!isa<Constant>(IncrementPerRound) &&
1048 !(isa<Instruction>(IncrementPerRound) &&
1049 !L->contains(cast<Instruction>(IncrementPerRound))))
1063 IncrementPerRound, "LoopIncrement", IncInstruction->getIterator());
1075 IncrementPerRound, "LoopIncrement", IncInstruction->getIterator());
1092 pushOutMulShl(Offs->getOpcode(), NewPhi, IncrementPerRound,