Lines Matching defs:OffsSecondOperand
152 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex);
155 Value *OffsSecondOperand, unsigned LoopIncrement,
888 Value *OffsSecondOperand,
895 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand,
909 Value *OffsSecondOperand,
923 OffsSecondOperand, "PushedOutMul", InsertionPoint);
927 OffsSecondOperand, "Product", InsertionPoint);
1037 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp);
1039 if (IncrementPerRound->getType() != OffsSecondOperand->getType() ||
1040 !L->isLoopInvariant(OffsSecondOperand))
1087 pushOutAdd(NewPhi, OffsSecondOperand, IncrementingBlock == 1 ? 0 : 1);
1092 OffsSecondOperand, IncrementingBlock, Builder);