Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Piece

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