Home | History | Annotate | Download | only in priv

Lines Matching refs:chase

1348 static IRExpr* chase ( IRExpr** env, IRExpr* e )
1354 if (0) { vex_printf("chase "); ppIRExpr(e); vex_printf("\n"); }
1361 /* Similar to |chase|, but follows at most one level of tmp reference. */
2328 IRExpr* a1 = chase(env, e->Iex.Binop.arg1);
6009 print_flat_expr(env, chase(env, e));