Displaying 3 results from an estimated 3 matches for "constbuild".
Did you mean:
constbuilder
2011 Feb 03
2
[LLVMdev] Convenience methods in ConstantExpr et al
...runtime annotations, static object instances, and so
> on. (In fact there's a special helper class "StructBuilder" that automates a lot
> of the work of building constant structs, such as adding the standard object
> header and so on.)
I think it would be better to create a ConstBuilder class rather than add stuff
to ConstantExpr.
Ciao, Duncan.
2011 Feb 03
0
[LLVMdev] Convenience methods in ConstantExpr et al
On Wed, Feb 2, 2011 at 1:29 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Talin wrote:
>
>> On Mon, Jan 31, 2011 at 10:57 PM, Talin <viridia at gmail.com
>> <mailto:viridia at gmail.com>> wrote:
>>
>> I notice that there's a lot of inconsistency in the various LLVM
>> classes with respect to convenience methods. Here's some
2011 Feb 02
2
[LLVMdev] Convenience methods in ConstantExpr et al
Talin wrote:
> On Mon, Jan 31, 2011 at 10:57 PM, Talin <viridia at gmail.com
> <mailto:viridia at gmail.com>> wrote:
>
> I notice that there's a lot of inconsistency in the various LLVM
> classes with respect to convenience methods. Here's some examples:
>
> For creating GEPS, IRBuilder has:
>
> CreateGEP (2 overloads)
>