Home | History | Annotate | Download | only in InstCombine

Lines Matching full:piece

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