Lines Matching refs:and
7 ; TBI-NOT: and x
8 ; NO_TBI: and x
10 %and = and i64 %p, 72057594037927935
11 %cast = inttoptr i64 %and to i32*
18 ; TBI-NOT: and x
19 ; NO_TBI: and x
21 %and = and i64 %p, 72057594037927935
22 %cast = inttoptr i64 %and to i32*
30 ; TBI-NOT: and x
31 ; NO_TBI: and x
33 %and = and i64 %p, 1152921504606846975
34 %cast = inttoptr i64 %and to i32*
40 ; TBI-NOT: and x
41 ; NO_TBI: and x
43 %and = and i64 %p, 72057594037927935
44 %cast = inttoptr i64 %and to i64*
50 ; TBI-NOT: and x
51 ; NO_TBI: and x
53 %and = and i64 %p, 72057594037927935
54 %cast = inttoptr i64 %and to i32*
61 ; TBI-NOT: and x
62 ; NO_TBI: and x
65 %and = and i64 %p, 72057594037927935
66 %cast = inttoptr i64 %and to i32*
73 ; TBI-NOT: and x
74 ; NO_TBI: and x
76 %and = and i64 %a, 72057594037927935
77 %p = add i64 %and, %b
85 ; TBI-NOT: and x
86 ; NO_TBI: and x
88 %and = and i64 %r1, 72057594037927935
89 %p = or i64 %and, %r2
96 ; BOTH: and x
98 %and = and i64 %p, 36028797018963967
99 %cast = inttoptr i64 %and to i32*