Lines Matching refs:str1
21 %str1 = getelementptr inbounds [1 x i8], [1 x i8]* @null, i32 0, i32 0
22 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
27 define i32 @test2(i8* %str1) {
29 ; CHECK: %strcmpload = load i8, i8* %str1
34 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
43 %str1 = getelementptr inbounds [5 x i8], [5 x i8]* @hell, i32 0, i32 0
45 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
53 %str1 = getelementptr inbounds [5 x i8], [5 x i8]* @hell, i32 0, i32 0
55 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10)
63 %str1 = getelementptr inbounds [5 x i8], [5 x i8]* @hell, i32 0, i32 0
65 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 4)
70 define i32 @test6(i8* %str1, i8* %str2) {
72 ; CHECK: [[LOAD1:%[a-z]+]] = load i8, i8* %str1, 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)