Displaying 2 results from an estimated 2 matches for "class_var2".
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
...the objects, the pointers and the memory operations:
----------------------------------------------------------------------------------------------------
%struct_var1 = type { <2 x float> }
%struct_var2 = type { %struct_var1 }
%class_var1 = type { i32, i32, i32, %struct_var2*, i32, i32, i32}
%class_var2 = type { %class_var1, i8, i8*, i32 }
Objects:
@Obj1 = external protected local_unnamed_addr addrspace(4) externally_initialized global %class_var2, align 8
@Obj2 = internal unnamed_addr addrspace(3) constant [4000 x float] undef, align 16
Pointers:
1. %struct_var1.cast = bitcast %struct_va...
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
...the objects, the pointers and the memory operations:
----------------------------------------------------------------------------------------------------
%struct_var1 = type { <2 x float> }
%struct_var2 = type { %struct_var1 }
%class_var1 = type { i32, i32, i32, %struct_var2*, i32, i32, i32}
%class_var2 = type { %class_var1, i8, i8*, i32 }
Objects:
@Obj1 = external protected local_unnamed_addr addrspace(4) externally_initialized global %class_var2, align 8
@Obj2 = internal unnamed_addr addrspace(3) constant [4000 x float] undef, align 16
Pointers:
1. %struct_var1.cast = bitcast %struct_va...