1 ; RUN: opt < %s -instcombine -S | grep {and i32 %x, %y} | count 4
2 ; RUN: opt < %s -instcombine -S | not grep {or}
4 define i32 @func1(i32 %x, i32 %y) nounwind {
12 define i32 @func2(i32 %x, i32 %y) nounwind {
20 define i32 @func3(i32 %x, i32 %y) nounwind {
28 define i32 @func4(i32 %x, i32 %y) nounwind {