search for: gepidx

Displaying 3 results from an estimated 3 matches for "gepidx".

Did you mean: gapidx
2005 May 13
0
[LLVMdev] LongTy in LowerInvoke.cpp
...hris > Index: LowerInvoke.cpp > =================================================================== > RCS file: /var/cvs/llvm/llvm/lib/Transforms/Scalar/LowerInvoke.cpp,v > retrieving revision 1.23 > diff -r1.23 LowerInvoke.cpp > 160c160 > < std::vector<Constant*> GEPIdx(2, Constant::getNullValue(Type::LongTy)); > --- >> std::vector<Constant*> GEPIdx(2, > Constant::getNullValue(XXX::IntPtrTy)); > 173c173 > < std::vector<Constant*> GEPIdx(2, Constant::getNullValue(Type::LongTy)); > --- >> std::vector<Constant...
2005 May 13
0
[LLVMdev] LongTy in LowerInvoke.cpp
...================================================================== >>> RCS file: /var/cvs/llvm/llvm/lib/Transforms/Scalar/LowerInvoke.cpp,v >>> retrieving revision 1.23 >>> diff -r1.23 LowerInvoke.cpp >>> 160c160 >>> < std::vector<Constant*> GEPIdx(2, >>> Constant::getNullValue(Type::LongTy)); >>> --- >>> >>>> std::vector<Constant*> GEPIdx(2, >>> >>> Constant::getNullValue(XXX::IntPtrTy)); >>> 173c173 >>> < std::vector<Constant*> GEPIdx(2, &...
2005 May 13
0
[LLVMdev] LongTy in LowerInvoke.cpp
...========================== >>>>> RCS file: /var/cvs/llvm/llvm/lib/Transforms/Scalar/LowerInvoke.cpp,v >>>>> retrieving revision 1.23 >>>>> diff -r1.23 LowerInvoke.cpp >>>>> 160c160 >>>>> < std::vector<Constant*> GEPIdx(2, >>>>> Constant::getNullValue(Type::LongTy)); >>>>> --- >>>>> >>>>>> std::vector<Constant*> GEPIdx(2, >>>>> >>>>> >>>>> Constant::getNullValue(XXX::IntPtrTy)); >>>&g...