Lines Matching refs:str2
14 define i32 @test1(i8* %str2) {
22 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
34 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
35 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
45 %str2 = getelementptr inbounds [6 x i8], [6 x i8]* @hello, i32 0, i32 0
46 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
55 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
56 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
64 …32 @memcmp(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @hello, i32 0, i32 0), i8* %str2, i32 5)
70 %str2 = select i1 %b, i8* %temp1, i8* %temp2
71 %temp3 = call i32 @strcmp(i8* %str1, i8* %str2)