search for: gep9

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

Did you mean: gep
2013 Jan 22
0
[LLVMdev] Writing a new AA pass
...ructure and "data" pointer is element 0 and we're looking at two of them. ---- IR ---- define void foo(%Slice* noalias %a, %Slice* noalias %b) store %Slice* %a, %Slice** %v store %Slice* %b, %Slice** %v1 ; ... %v6 = load %Slice** %v %v14 = load %Slice** %v1 ; ... %gep9 = getelementptr inbounds %Slice* %v6, i32 0, i32 0 %v10 = load double** %gep9 ; v13 = <index calculation> ; ... %addr = getelementptr double* %v10, i64 %v13 %getitem = load double* %addr ;... %gep18 = getelementptr inbounds %Slice* %v14, i32 0, i32 0 %v19 = load double** %gep...