Lines Matching refs:nuw

7 ; CHECK: %z = add nuw i64 %x, %y
8 %z = add nuw i64 %x, %y
13 ; CHECK: %z = sub nuw i64 %x, %y
14 %z = sub nuw i64 %x, %y
19 ; CHECK: %z = mul nuw i64 %x, %y
20 %z = mul nuw i64 %x, %y
61 ; CHECK: %z = add nuw nsw i64 %x, %y
62 %z = add nuw nsw i64 %x, %y
67 ; CHECK: %z = sub nuw nsw i64 %x, %y
68 %z = sub nuw nsw i64 %x, %y
73 ; CHECK: %z = mul nuw nsw i64 %x, %y
74 %z = mul nuw nsw i64 %x, %y
79 ; CHECK: %z = add nuw nsw i64 %x, %y
80 %z = add nsw nuw i64 %x, %y
85 ; CHECK: %z = sub nuw nsw i64 %x, %y
86 %z = sub nsw nuw i64 %x, %y
91 ; CHECK: %z = mul nuw nsw i64 %x, %y
92 %z = mul nsw nuw i64 %x, %y
97 ; CHECK: %z = shl nuw nsw i64 %x, %y
98 %z = shl nuw nsw i64 %x, %y
163 ; CHECK: ret i64 add nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
164 ret i64 add nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
168 ; CHECK: ret i64 sub nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
169 ret i64 sub nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
173 ; CHECK: ret i64 mul nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
174 ret i64 mul nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
228 ; CHECK: ret i64 add nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
229 ret i64 add nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
233 ; CHECK: ret i64 sub nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
234 ret i64 sub nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
238 ; CHECK: ret i64 mul nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
239 ret i64 mul nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
264 ; CHECK: ret i64 add nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
265 ret i64 add nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
269 ; CHECK: ret i64 sub nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
270 ret i64 sub nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
274 ; CHECK: ret i64 mul nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
275 ret i64 mul nuw (i64 ptrtoint (i64* @addr to i64), i64 91)