Hi all.
How to determine is APInt object signed or not? I also can't found any universal comparison methods for APInt instances for case where each of them may be signed or unsigned.
Thanks.
Regards,
Stepan.
Hi all.
How to determine is APInt object signed or not? I also can't found any universal comparison methods for APInt instances for case where each of them may be signed or unsigned.
Thanks.
Regards,
Stepan.
Hi Stepan,
APInt's don't have a sign, they are just a bag of bits.
-Chris