Lines Matching refs:nuw

6 ; CHECK: %z = add nuw i64 %x, %y
7 %z = add nuw i64 %x, %y
12 ; CHECK: %z = sub nuw i64 %x, %y
13 %z = sub nuw i64 %x, %y
18 ; CHECK: %z = mul nuw i64 %x, %y
19 %z = mul nuw i64 %x, %y
60 ; CHECK: %z = add nuw nsw i64 %x, %y
61 %z = add nuw nsw i64 %x, %y
66 ; CHECK: %z = sub nuw nsw i64 %x, %y
67 %z = sub nuw nsw i64 %x, %y
72 ; CHECK: %z = mul nuw nsw i64 %x, %y
73 %z = mul nuw nsw i64 %x, %y
78 ; CHECK: %z = add nuw nsw i64 %x, %y
79 %z = add nsw nuw i64 %x, %y
84 ; CHECK: %z = sub nuw nsw i64 %x, %y
85 %z = sub nsw nuw i64 %x, %y
90 ; CHECK: %z = mul nuw nsw i64 %x, %y
91 %z = mul nsw nuw i64 %x, %y
96 ; CHECK: %z = shl nuw nsw i64 %x, %y
97 %z = shl nuw nsw i64 %x, %y
162 ; CHECK: ret i64 add nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
163 ret i64 add nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
167 ; CHECK: ret i64 sub nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
168 ret i64 sub nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
172 ; CHECK: ret i64 mul nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
173 ret i64 mul nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
227 ; CHECK: ret i64 add nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
228 ret i64 add nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
232 ; CHECK: ret i64 sub nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
233 ret i64 sub nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
237 ; CHECK: ret i64 mul nuw nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
238 ret i64 mul nsw nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
263 ; CHECK: ret i64 add nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
264 ret i64 add nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
268 ; CHECK: ret i64 sub nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
269 ret i64 sub nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
273 ; CHECK: ret i64 mul nuw (i64 ptrtoint (i64* @addr to i64), i64 91)
274 ret i64 mul nuw (i64 ptrtoint (i64* @addr to i64), i64 91)