Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ElementIndex

1494 static bool CollectInsertionElements(Value *V, unsigned ElementIndex,
1509 if (ElementIndex >= Elements.size() || Elements[ElementIndex] != 0)
1512 Elements[ElementIndex] = V;
1525 ElementIndex, Elements, VecEltTy);
1539 if (!CollectInsertionElements(Piece, ElementIndex+i, Elements, VecEltTy))
1552 return CollectInsertionElements(I->getOperand(0), ElementIndex,
1559 return CollectInsertionElements(I->getOperand(0), ElementIndex,
1562 return CollectInsertionElements(I->getOperand(0), ElementIndex,
1564 CollectInsertionElements(I->getOperand(1), ElementIndex,
1573 return CollectInsertionElements(I->getOperand(0), ElementIndex+IndexShift,