1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
3 ; 4278190095 = 0xff00000f
4 define i32 @f1(i32 %a) {
7 %tmp = and i32 %a, 4278190095
11 ; 4286578688 = 0xff800000
12 define i32 @f2(i32 %a) {
15 %tmp = and i32 %a, 4286578688
20 define i32 @f3(i32 %a) {
23 %tmp = and i32 %a, 4095
27 ; 2147483646 = 0x7ffffffe not implementable w/ BFC
28 define i32 @f4(i32 %a) {
30 %tmp = and i32 %a, 2147483646