Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Piece

1674     // pieces and insert each element-sized piece into the vector.
1683 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),
1685 Piece = ConstantExpr::getTrunc(Piece, ElementIntTy);
1686 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy,