Home | History | Annotate | Download | only in InstCombine

Lines Matching full:bswap

281   case Intrinsic::bswap: {
285 // bswap(bswap(x)) -> x
289 // bswap(trunc(bswap(x))) -> trunc(lshr(x, c))