Home | History | Annotate | Download | only in ConstProp

Lines Matching full:undef

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