Lines Matching full:newvalue
65 ; CHECK: define void @test3(i8* %newValue) {
67 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]]
74 define void @test3(i8* %newValue) {
76 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind
78 store i8* %newValue, i8** @x, align 8
86 ; CHECK: define i1 @test4(i8* %newValue, i8* %foo) {
88 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]]
95 define i1 @test4(i8* %newValue, i8* %foo) {
97 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind
99 store i8* %newValue, i8** @x, align 8
107 ; CHECK: define i1 @test5(i8* %newValue, i8* %foo) {
109 ; CHECK: tail call void @objc_storeStrong(i8** @x, i8* %newValue) [[NUW]]
110 define i1 @test5(i8* %newValue, i8* %foo) {
112 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind
115 store i8* %newValue, i8** @x, align 8
122 ; CHECK: define i1 @test6(i8* %newValue, i8* %foo) {
124 ; CHECK: tail call void @objc_storeStrong(i8** @x, i8* %newValue) [[NUW]]
125 define i1 @test6(i8* %newValue, i8* %foo) {
127 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind
131 store i8* %newValue, i8** @x, align 8