Home | History | Annotate | Download | only in InstCombine

Lines Matching full:i64

4 "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
49 define <2 x i1> @test5(<2 x i64> %x) {
51 %V = icmp eq <2 x i64> %x, undef
120 %S = select i1 %A, i64 -4294967295, i64 8589934591
121 %B = icmp ne i64 bitcast (<2 x i32> <i32 1, i32 -1> to i64), %S
229 ; CHECK: %cmp = icmp eq i64 %i, 1000
231 define i1 @test24(i64 %i) {
232 %p1 = getelementptr inbounds i32* getelementptr inbounds ([1000 x i32]* @X, i64 0, i64 0), i64 %i
233 %cmp = icmp eq i32* %p1, getelementptr inbounds ([1000 x i32]* @X, i64 1, i64 0)