search for: 4f19f8ef

Displaying 2 results from an estimated 2 matches for "4f19f8ef".

Did you mean: 4f19f86e
2011 Feb 02
0
[LLVMdev] Convenience methods in ConstantExpr et al
...to fix up the APIs or resolve the incompatibilities with the naming conventions I don't want to get in the way of that. > -- > -- Talin > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110202/4f19f8ef/attachment.html>
2011 Feb 01
2
[LLVMdev] Convenience methods in ConstantExpr et al
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) CreateInBoundsGEP (2 overloads) CreateConstGEP1_32 CreateConstInBoundsGEP1_32 CreateConstGEP2_32 CreateConstInBoundsGEP2_32 CreateConstGEP1_64 CreateConstInBoundsGEP1_64