Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:DestWidth

456   unsigned DestWidth = DestType->getPrimitiveSizeInBits();
459 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0))
464 unsigned NumVecElts = VecWidth / DestWidth;
470 unsigned Elt = ShiftAmount / DestWidth;