Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Piece

1500     // pieces and insert each element-sized piece into the vector.
1508 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),
1510 Piece = ConstantExpr::getTrunc(Piece, ElementIntTy);
1511 if (!CollectInsertionElements(Piece, ElementIndex+i, Elements, VecEltTy))