Lines Matching refs:OffsSecondOperand
153 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex);
156 Value *OffsSecondOperand, unsigned LoopIncrement,
886 Value *OffsSecondOperand, in pushOutAdd() argument
893 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand, in pushOutAdd()
907 Value *OffsSecondOperand, in pushOutMulShl() argument
921 OffsSecondOperand, "PushedOutMul", InsertionPoint); in pushOutMulShl()
925 OffsSecondOperand, "Product", InsertionPoint); in pushOutMulShl()
1032 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp); in optimiseOffsets() local
1034 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1035 !L->isLoopInvariant(OffsSecondOperand)) in optimiseOffsets()
1082 pushOutAdd(NewPhi, OffsSecondOperand, IncrementingBlock == 1 ? 0 : 1); in optimiseOffsets()
1087 OffsSecondOperand, IncrementingBlock, Builder); in optimiseOffsets()