Home | History | Annotate | Download | only in Analysis

Lines Matching full:arithmetic

344 /// a GEP instead of using ptrtoint+arithmetic+inttoptr. This helps
352 /// they may introduce pointer arithmetic which may not be safely converted
360 /// arithmetic is a low-level optimization that often isn't very
489 // better than ptrtoint+arithmetic+inttoptr at least.
573 // because ScalarEvolution may have changed the address arithmetic to
1200 // Turn things like ptrtoint+arithmetic+inttoptr into GEP. See the