Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShiftAmount

474   unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0;
476 if ((VecWidth % DestWidth != 0) || (ShiftAmount % DestWidth != 0))
487 unsigned Elt = ShiftAmount / DestWidth;