Lines Matching full:undef
14 ; CHECK: store i8* undef, i8** null
15 ; CHECK: store i8* undef, i8** null
16 ; CHECK: store i8* undef, i8** null
17 ; CHECK: store i8* undef, i8** null
18 ; CHECK: store i8* undef, i8** null
19 ; CHECK: store i8* undef, i8** null
20 ; CHECK: store i8* undef, i8** null
21 ; CHECK: store i8* undef, i8** null
22 ; CHECK: store i8* undef, i8** null
23 ; CHECK: store i8* undef, i8** null
24 ; CHECK: store i8* undef, i8** null
25 ; CHECK: store i8* undef, i8** null
26 ; CHECK: store i8* undef, i8** null
27 ; CHECK: store i8* undef, i8** null
28 ; CHECK: store i8* undef, i8** null
29 ; CHECK: store i8* undef, i8** null
30 ; CHECK: store i8* undef, i8** null
31 ; CHECK: store i8* undef, i8** null
36 call i8* @objc_storeWeak(i8** undef, i8* %p)
38 call i8* @objc_loadWeakRetained(i8** undef)
40 call i8* @objc_loadWeak(i8** undef)
42 call i8* @objc_initWeak(i8** undef, i8* %p)
44 call void @objc_destroyWeak(i8** undef)
47 call void @objc_copyWeak(i8** undef, i8** %q)
49 call void @objc_copyWeak(i8** %q, i8** undef)
52 call void @objc_moveWeak(i8** undef, i8** %q)
54 call void @objc_moveWeak(i8** %q, i8** undef)