1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 %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