Home | History | Annotate | Download | only in ConstProp

Lines Matching full:undef

47 define %struct @undef-test1() {
48 %A = insertvalue %struct undef, i32 1, 0
50 ; CHECK: @undef-test1
51 ; CHECK: ret %struct { i32 1, [4 x i8] undef }
54 define %struct @undef-test2() {
55 %A = insertvalue %struct undef, i8 0, 1, 2
57 ; CHECK: @undef-test2
58 ; CHECK: ret %struct { i32 undef, [4 x i8] [i8 undef, i8 undef, i8 0, i8 undef] }
61 define [3 x %struct] @undef-test3() {
62 %A = insertvalue [3 x %struct] undef, i32 0, 1, 0
64 ; CHECK: @undef-test3
65 ; CHECK: ret [3 x %struct] [%struct undef, %struct { i32 0, [4 x i8] undef }, %struct undef]
70 %B = insertvalue [1 x float] undef, float %A, 0
80 %B = insertvalue [1 x half] undef, half %A, 0