Lines Matching refs:str2
15 define arm_aapcscc i32 @test1(i8* %str2) {
24 %temp1 = call arm_apcscc i32 @strcmp(i8* %str1, i8* %str2)
37 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
38 %temp1 = call arm_aapcscc i32 @strcmp(i8* %str1, i8* %str2)
49 %str2 = getelementptr inbounds [6 x i8], [6 x i8]* @hello, i32 0, i32 0
50 %temp1 = call arm_aapcscc i32 @strcmp(i8* %str1, i8* %str2)
60 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
61 %temp1 = call arm_aapcscc i32 @strcmp(i8* %str1, i8* %str2)
77 %str2 = select i1 %b, i8* %temp1, i8* %temp2
78 %temp3 = call arm_aapcscc i32 @strcmp(i8* %str1, i8* %str2)
93 define arm_aapcs_vfpcc i32 @test1_vfp(i8* %str2) {
102 %temp1 = call arm_aapcs_vfpcc i32 @strcmp(i8* %str1, i8* %str2)
115 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
116 %temp1 = call arm_aapcs_vfpcc i32 @strcmp(i8* %str1, i8* %str2)
127 %str2 = getelementptr inbounds [6 x i8], [6 x i8]* @hello, i32 0, i32 0
128 %temp1 = call arm_aapcs_vfpcc i32 @strcmp(i8* %str1, i8* %str2)
138 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
139 %temp1 = call arm_aapcs_vfpcc i32 @strcmp(i8* %str1, i8* %str2)
155 %str2 = select i1 %b, i8* %temp1, i8* %temp2
156 %temp3 = call arm_aapcs_vfpcc i32 @strcmp(i8* %str1, i8* %str2)