Home | History | Annotate | Download | only in docs

Lines Matching full:arithmetic

30     <li><a href="#int">How is GEP different from ptrtoint, arithmetic, and inttoptr?</a></li>
383 How is GEP different from ptrtoint, arithmetic, and inttoptr?
392 narrow the i64 arithmetic down to the actual pointer size on targets which
393 don't support 64-bit arithmetic in most cases. However, there are some cases
484 arithmetic overflow conditions, rather than high-level array
521 is outside of it, integer arithmetic wrapping may occur, so the
564 <p>If you really need this functionality, you can do the arithmetic with
567 computed from ptrtoint, arithmetic, and inttoptr sequences.</p>
579 <p>As with arithmetic on null, You can use GEP to compute an address that
690 It doesn't necessarily imply i32 address arithmetic; it's just an identifier