1 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "bic " | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | count 4
3 ; ~0x000000bb = 4294967108
4 define i32 @f1(i32 %a) {
5 %tmp = and i32 %a, 4294967108
9 ; ~0x00aa00aa = 4283826005
10 define i32 @f2(i32 %a) {
11 %tmp = and i32 %a, 4283826005
15 ; ~0xcc00cc00 = 872363007
16 define i32 @f3(i32 %a) {
17 %tmp = and i32 %a, 872363007
21 ; ~0x00110000 = 4293853183
22 define i32 @f4(i32 %a) {
23 %tmp = and i32 %a, 4293853183