search for: 9cce31e9

Displaying 2 results from an estimated 2 matches for "9cce31e9".

2019 Sep 03
2
Get constants of undefined types in IR
...It would sidestep the tricky annoying API for Constants in LLVM, and possibly even be a buffer against the structure changing in future.  Cheers. Tim. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190903/9cce31e9/attachment.html>
2019 Aug 31
3
Get constants of undefined types in IR
Hello all, I would like to obtain a constant that is initialized with a value of type cpu_set_t, a type which is defined by Pthreads. The problem is that a variable of this type cannot be cast to an int value, even in C source code. I tried get methods from Constant or ConstantInt classes, but with no result. How can I obtain such constant object in IR? Thank you, Iulia -------------- next