Lines Matching defs:OffsSecondOperand
153 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex);
156 Value *OffsSecondOperand, unsigned LoopIncrement,
889 Value *OffsSecondOperand,
896 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand,
910 Value *OffsSecondOperand,
924 OffsSecondOperand, "PushedOutMul", InsertionPoint);
928 OffsSecondOperand, "Product", InsertionPoint);
1038 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp);
1040 if (IncrementPerRound->getType() != OffsSecondOperand->getType() ||
1041 !L->isLoopInvariant(OffsSecondOperand))
1088 pushOutAdd(NewPhi, OffsSecondOperand, IncrementingBlock == 1 ? 0 : 1);
1093 OffsSecondOperand, IncrementingBlock, Builder);