Home | History | Annotate | Download | only in Support

Lines Matching refs:ByteSwap_64

792     return APInt(BitWidth, ByteSwap_64(VAL));
796 Result.pVal[I] = ByteSwap_64(pVal[N - I - 1]);