Lines Matching refs:overflow

13   %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 %v2)
28 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 9, i32 11)
43 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 0)
58 %t = call {i32, i1} @llvm.uadd.with.overflow.i32(i32 %v1, i32 0)
73 %t = call {i64, i1} @llvm.sadd.with.overflow.64(i64 %lhs, i64 %rhs)
87 %t = call {i64, i1} @llvm.uadd.with.overflow.64(i64 %lhs, i64 %rhs)
100 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 0, i32 %v5)
122 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %lhs, i32 -100)
146 %t = call {i32, i1} @llvm.uadd.with.overflow.i32(i32 %lhs, i32 5)
161 %t = call {i32, i1} @llvm.uadd.with.overflow.i32(i32 %v4, i32 5)
174 %t = call {i8, i1} @llvm.sadd.with.overflow.i8(i8 255, i8 254)
186 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 2, i8 1)
193 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) nounwind readnone
194 declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16) nounwind readnone
195 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone
196 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64) nounwind readnone
197 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) nounwind readnone
198 declare {i16, i1} @llvm.uadd.with.overflow.i16(i16, i16) nounwind readnone
199 declare {i32, i1} @llvm.uadd.with.overflow.i32(i32, i32) nounwind readnone
200 declare {i64, i1} @llvm.uadd.with.overflow.i64(i64, i64) nounwind readnone
201 declare {i8, i1} @llvm.ssub.with.overflow.i8(i8, i8) nounwind readnone
202 declare {i16, i1} @llvm.ssub.with.overflow.i16(i16, i16) nounwind readnone
203 declare {i32, i1} @llvm.ssub.with.overflow.i32(i32, i32) nounwind readnone
204 declare {i64, i1} @llvm.ssub.with.overflow.i64(i64, i64) nounwind readnone
205 declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8) nounwind readnone
206 declare {i16, i1} @llvm.usub.with.overflow.i16(i16, i16) nounwind readnone
207 declare {i32, i1} @llvm.usub.with.overflow.i32(i32, i32) nounwind readnone
208 declare {i64, i1} @llvm.usub.with.overflow.i64(i64, i64) nounwind readnone
209 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8) nounwind readnone
210 declare {i16, i1} @llvm.smul.with.overflow.i16(i16, i16) nounwind readnone
211 declare {i32, i1} @llvm.smul.with.overflow.i32(i32, i32) nounwind readnone
212 declare {i64, i1} @llvm.smul.with.overflow.i64(i64, i64) nounwind readnone
213 declare {i8, i1} @llvm.umul.with.overflow.i8(i8, i8) nounwind readnone
214 declare {i16, i1} @llvm.umul.with.overflow.i16(i16, i16) nounwind readnone
215 declare {i32, i1} @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
216 declare {i64, i1} @llvm.umul.with.overflow.i64(i64, i64) nounwind readnone