Home | History | Annotate | Download | only in priv

Lines Matching full:sub32

1719          /* Sub32/64(t,t) ==> 0, for some IRTemp t */
2926 /*--- Add32/Sub32 chain collapsing ---*/
2929 /* ----- Helper functions for Add32/Sub32 chain collapsing ----- */
2931 /* Is this expression "Add32(tmp,const)" or "Sub32(tmp,const)" ? If
2933 root node is Add32, not Sub32. */
2999 /* ------- Main function for Add32/Sub32 chain collapsing ------ */
3012 /* Try to collapse 't1 = Add32/Sub32(t2, con)'. */
3017 /* So e1 is of the form Add32(var,con) or Sub32(var,-con).