Lines Matching refs:gep2
4 ; CHECK: NoAlias: i32* %gep1, i32* %gep2
9 %gep2 = getelementptr [8 x i32], [8 x i32]* %p, i32 2, i32 %add
14 ; CHECK: MayAlias: i32* %gep1, i32* %gep2
19 %gep2 = getelementptr [8 x i32], [8 x i32]* %p, i32 0, i32 %add
24 ; CHECK: MustAlias: i32* %gep1, i32* %gep2
29 %gep2 = getelementptr [8 x i32], [8 x i32]* %p, i32 0, i32 %add
34 ; CHECK: MayAlias: i32* %gep1, i32* %gep2
39 %gep2 = getelementptr [8 x i32], [8 x i32]* %p, i32 %add, i32 %add
44 ; CHECK: MayAlias: i32* %gep2, i64* %bc
49 %gep2 = getelementptr [8 x i32], [8 x i32]* %p, i32 2, i32 %add
55 ; CHECK: NoAlias: i32* %gep1, i32* %gep2
60 %gep2 = getelementptr i32, i32* %p, i32 %add
65 ; CHECK: MayAlias: i16* %gep2, i32* %gep1
71 %gep2 = getelementptr i16, i16* %p16, i32 %add
76 ; CHECK: NoAlias: i16* %gep1.16, i32* %gep2
77 ; CHECK: NoAlias: i16* %gep2.16, i32* %gep1
78 ; CHECK: NoAlias: i16* %gep1.16, i16* %gep2.16
79 ; CHECK: MayAlias: i32* %gep2, i64* %gep1.64
80 ; CHECK: MayAlias: i16* %gep2.16, i64* %gep1.64
81 ; CHECK: MayAlias: i32* %gep1, i64* %gep2.64
82 ; CHECK: MayAlias: i16* %gep1.16, i64* %gep2.64
83 ; CHECK: MayAlias: i64* %gep1.64, i64* %gep2.64
88 %gep2 = getelementptr i32, i32* %p, i32 %add
90 %gep2.16 = bitcast i32* %gep2 to i16*
92 %gep2.64 = bitcast i32* %gep2 to i64*
98 ; MayAlias: i32* %gep1, i32* %gep2
99 ; NoAlias: i16* %gep1.16, i16* %gep2.16
107 %gep2 = getelementptr i32, i32* %p, i32 %add
109 %gep2.16 = bitcast i32* %gep2 to i16*