Lines Matching refs:str2
16 define i32 @test1(i8* %str2) {
35 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
56 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
57 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
72 %str2 = getelementptr inbounds [6 x i8], [6 x i8]* @hello, i32 0, i32 0
73 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
87 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
88 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2)
96 …32 @memcmp(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @hello, i32 0, i32 0), i8* %str2, i32 5)
111 %str2 = select i1 %b, i8* %temp1, i8* %temp2
112 %temp3 = call i32 @strcmp(i8* %str1, i8* %str2)
149 %str2 = select i1 %b, i8* %temp1, i8* %temp2
150 %temp3 = call i32 @strcmp(i8* %str1, i8* %str2)