Lines Matching refs:or
12 %or = or i32 %anda, %andb
13 ret i32 %or
23 %or = or i64 %anda, %andb
24 ret i64 %or
35 %or = or i32 %anda, %andb
36 ret i32 %or
47 %or = or i64 %anda, %andb
48 ret i64 %or
58 %or = or i32 %anda, %shlb
59 ret i32 %or
69 %or = or i64 %anda, %shlb
70 ret i64 %or
80 %or = or i32 %anda, %shrb
81 ret i32 %or
91 %or = or i64 %anda, %shrb
92 ret i64 %or
95 ; Check that we can get the case where a 64-bit shift feeds a 32-bit or of
104 %or = or i32 %conv, %and1
105 ret i32 %or
108 ; Check that we don't get the case where a 64-bit shift feeds a 32-bit or of
116 %or = or i32 %conv, %and1
117 ret i32 %or