Home | History | Annotate | Download | only in InstCombine

Lines Matching full:bswap

779       case Intrinsic::bswap: {
780 // If the only bits demanded come from one byte of the bswap result,
781 // just shift the input byte into position to eliminate the bswap.