search for: gep2_32

Displaying 1 result from an estimated 1 matches for "gep2_32".

Did you mean: gep1_32
2016 May 09
2
C++ CreateConstGEP questions
...Value * CreateConstGEP1_32 (Type *Ty, Value *Ptr, unsigned Idx0, const Twine &Name="") I'm assuming that this means that the caller can supply the expected type, and get error checking or casting? Or choose to not supply the type and get whatever they get? But for CreateConstGEP2_32, there is only the variety with the type supplied: Value * CreateConstGEP2_32 (Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, const Twine &Name="") For CreateConstGEP2_64, there is only the version with no Type supplied: Value * CreateConstGEP2_64 (Value *Ptr, uint64_t...