Skip to content
Commit 85f9778f authored by Zhou Sheng's avatar Zhou Sheng
Browse files

Add a class APInt to represent arbitrary precision constant integral values.

It is a functional replacement for common case integer type like "unsigned",
"uint64_t", but also allows non-byte-width integer type and large integer
value types such as 3-bits, 15-bits, or more than 64-bits of precision. For
more details, see pr1043.

llvm-svn: 33913
parent ac6bfc52
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment