[APInt] byteSwap - simplify sub 64-bits cases to match general implementation. NFCI.
We can just byteSwap the entire uint64_t VAL and then shift down into place like we do for the multi-word case.
Loading
Please sign in to comment
We can just byteSwap the entire uint64_t VAL and then shift down into place like we do for the multi-word case.