Displaying 1 result from an estimated 1 matches for "pointerarithmetic10".
Did you mean:
pointerarithmetic13
2007 Dec 20
1
[LLVMdev] Code Generation Problem llvm 1.9
...nterToLong10 = cast [10 x double]* %DataStore to long ; <long> [#uses=1]
%pointerArithmetic11 = add long %castPointerToLong10, 0 ; <long> [#uses=1]
%castPointerToLong9 = cast [10 x double]* %DataStore to long ; <long> [#uses=1]
%pointerArithmetic10 = add long %castPointerToLong9, 40 ; <long> [#uses=1]
%castLongToGV11 = cast long %pointerArithmetic10 to double* ; <double*> [#uses=1]
store double 7.000000e+00, double* %castLongToGV11
%castPointerToLong12 = cast [10 x double]* %DataStore to...