Lines Matching refs:mask1
10 %mask1 = and i32 %A, 7
11 %tst1 = icmp ne i32 %mask1, 0
27 %mask1 = and i32 %A, 7
28 %tst1 = icmp eq i32 %mask1, 0
44 %mask1 = and i32 %A, 7
45 %tst1 = icmp ne i32 %mask1, 7
61 %mask1 = and i32 %A, 7
62 %tst1 = icmp eq i32 %mask1, 7
78 %mask1 = and i32 %A, 7
79 %tst1 = icmp ne i32 %mask1, %A
95 %mask1 = and i32 %A, 7
96 %tst1 = icmp eq i32 %mask1, %A
113 %mask1 = and i32 %A, 15
114 %tst1 = icmp eq i32 %mask1, 0