Home | History | Annotate | Download | only in ScalarRepl

Lines Matching full:i64

2 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
6 %Y = getelementptr { i32, float }* %X, i64 0, i32 0 ; <i32*> [#uses=2]
16 define i64 @test2(i64 %X) {
18 %B = bitcast [8 x i8]* %A to i64*
20 store i64 %X, i64* %B
24 %Z = load i64* %B ; <i32> [#uses=1]
25 ret i64 %Z
28 ; CHECK: ret i64 %X