Lines Matching refs:nsw
25 ; CHECK: %z = add nsw i64 %x, %y
26 %z = add nsw i64 %x, %y
31 ; CHECK: %z = sub nsw i64 %x, %y
32 %z = sub nsw i64 %x, %y
37 ; CHECK: %z = mul nsw i64 %x, %y
38 %z = mul nsw 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)
243 ; CHECK: ret i64 add nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
244 ret i64 add nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
248 ; CHECK: ret i64 sub nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
249 ret i64 sub nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
253 ; CHECK: ret i64 mul nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
254 ret i64 mul nsw (i64 ptrtoint (i64* @addr to i64), i64 91)
258 ; CHECK: ret i64 shl nsw (i64 ptrtoint (i64* @addr to i64), i64 17)
259 ret i64 shl nsw (i64 ptrtoint (i64* @addr to i64), i64 17)