Displaying 1 result from an estimated 1 matches for "castpointertolong21".
Did you mean:
castpointertolong12
2007 Dec 20
1
[LLVMdev] Code Generation Problem llvm 1.9
...%pointerArithmetic19 = add long %castPointerToLong18, 24 ; <long> [#uses=1]
%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]
lo...