Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShiftAmount

457   unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0;
459 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0))
470 unsigned Elt = ShiftAmount / DestWidth;