Lines Matching defs:byteSwap
766 APInt APInt::byteSwap() const {767 assert(BitWidth >= 16 && BitWidth % 16 == 0 && "Cannot byteswap!");