[LLVMdev] determining if the signness of a integer pointer

me22 me22.ca at gmail.com
Wed May 12 20:45:32 PDT 2010


On 13 May 2010 05:28, Villmow, Micah <Micah.Villmow at amd.com> wrote:
> Is there a way to determine via API calls whether a pointer to an int points
> to a signed integer or an unsigned integer?
>

Since LLVM doesn't have signed or unsigned integer types, I'm not sure
what you're asking.   I suppose you could look for additions done with
values loaded from or stored to the pointer...



More information about the llvm-dev mailing list