Home | History | Annotate | Download | only in docs

Lines Matching full:smul

276           <li><a href="#int_smul_overflow">'<tt>llvm.smul.with.overflow.*</tt> Intrinsics</a></li>
7845 '<tt>llvm.smul.with.overflow.*</tt>' Intrinsics
7852 <p>This is an overloaded intrinsic. You can use <tt>llvm.smul.with.overflow</tt>
7856 declare {i16, i1} @llvm.smul.with.overflow.i16(i16 %a, i16 %b)
7857 declare {i32, i1} @llvm.smul.with.overflow.i32(i32 %a, i32 %b)
7858 declare {i64, i1} @llvm.smul.with.overflow.i64(i64 %a, i64 %b)
7863 <p>The '<tt>llvm.smul.with.overflow</tt>' family of intrinsic functions perform
7875 <p>The '<tt>llvm.smul.with.overflow</tt>' family of intrinsic functions perform
7883 %res = call {i32, i1} @llvm.smul