Lines Matching refs:nsw
24 ; CHECK: %z = add nsw i64 %x, %y
25 %z = add nsw i64 %x, %y
30 ; CHECK: %z = sub nsw i64 %x, %y
31 %z = sub nsw i64 %x, %y
36 ; CHECK: %z = mul nsw i64 %x, %y
37 %z = mul nsw 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)
242 ; CHECK: ret i64 add nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
243 ret i64 add nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
247 ; CHECK: ret i64 sub nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
248 ret i64 sub nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
252 ; CHECK: ret i64 mul nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
253 ret i64 mul nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
257 ; CHECK: ret i64 shl nsw (i64 ptrtoint (i64* @addr to i64), i64 17)
258 ret i64 shl nsw (i64 ptrtoint (i64* @addr to i64), i64 17)