Lines Matching refs:str2
14 define i32 @test1(i8* %str2) {
22 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
33 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
34 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
44 %str2 = getelementptr inbounds [6 x i8], [6 x i8]* @hello, i32 0, i32 0
45 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
54 %str2 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
55 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
64 %str2 = getelementptr inbounds [6 x i8], [6 x i8]* @hello, i32 0, i32 0
65 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 4)
70 define i32 @test6(i8* %str1, i8* %str2) {
74 ; CHECK: [[LOAD2:%[a-z]+]] = load i8, i8* %str2, align 1
79 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 1)
84 define i32 @test7(i8* %str1, i8* %str2) {
88 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 0)