Home | History | Annotate | Download | only in InstCombine

Lines Matching full:shifts

291     // unsigned shifts, because a signed shr may bring in set bits!
1256 // (X >> Z) & (Y >> Z) -> (X&Y) >> Z for all shifts.
1941 // (X >> Z) | (Y >> Z) -> (X|Y) >> Z for all shifts.
2242 // (X >> Z) ^ (Y >> Z) -> (X^Y) >> Z for all shifts.