Stepan Dyatkovskiy
2011-Oct-06 17:42 UTC
[LLVMdev] APInt, signed or unsigned? operator '>'
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.
On Oct 6, 2011, at 10:42 AM, Stepan Dyatkovskiy wrote:> 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.Hi Stepan, APInt's don't have a sign, they are just a bag of bits. -Chris
Seemingly Similar Threads
- [LLVMdev] make check-lit + grep escape characters
- [LLVMdev] make check-lit + grep escape characters
- [LLVMdev] Debug Info and MergeFunctions Transform
- [LLVMdev] How to force the creation of arrays with zeroes?
- [LLVMdev] [LLVM, llvm-mc, AsmParser] Symbol locations.