Displaying 1 result from an estimated 1 matches for "pointerarithmetic22".
Did you mean:
pointerarithmetic10
2007 Dec 20
1
[LLVMdev] Code Generation Problem llvm 1.9
...%castLongToGV20 = cast long %pointerArithmetic19 to double* ; <double*> [#uses=1]
load double* %castLongToGV20 ; <double>:33 [#uses=1]
%castPointerToLong21 = cast [10 x double]* %DataStore to long ; <long> [#uses=1]
%pointerArithmetic22 = add long %castPointerToLong21, 16 ; <long> [#uses=1]
%castLongToGV23 = cast long %pointerArithmetic22 to double* ; <double*> [#uses=1]
load double* %castLongToGV23 ; <double>:34 [#uses=1]
cast double %34 to int...