Lines Matching refs:atbSubst_Expr

5430 static IRExpr* atbSubst_Expr ( ATmpInfo* env, IRExpr* e )  in atbSubst_Expr()  function
5441 args2[i] = atbSubst_Expr(env,args2[i]); in atbSubst_Expr()
5452 atbSubst_Expr(env, e->Iex.ITE.cond), in atbSubst_Expr()
5453 atbSubst_Expr(env, e->Iex.ITE.iftrue), in atbSubst_Expr()
5454 atbSubst_Expr(env, e->Iex.ITE.iffalse) in atbSubst_Expr()
5459 atbSubst_Expr(env, e->Iex.Qop.details->arg1), in atbSubst_Expr()
5460 atbSubst_Expr(env, e->Iex.Qop.details->arg2), in atbSubst_Expr()
5461 atbSubst_Expr(env, e->Iex.Qop.details->arg3), in atbSubst_Expr()
5462 atbSubst_Expr(env, e->Iex.Qop.details->arg4) in atbSubst_Expr()
5467 atbSubst_Expr(env, e->Iex.Triop.details->arg1), in atbSubst_Expr()
5468 atbSubst_Expr(env, e->Iex.Triop.details->arg2), in atbSubst_Expr()
5469 atbSubst_Expr(env, e->Iex.Triop.details->arg3) in atbSubst_Expr()
5474 atbSubst_Expr(env, e->Iex.Binop.arg1), in atbSubst_Expr()
5475 atbSubst_Expr(env, e->Iex.Binop.arg2) in atbSubst_Expr()
5480 atbSubst_Expr(env, e->Iex.Unop.arg) in atbSubst_Expr()
5486 atbSubst_Expr(env, e->Iex.Load.addr) in atbSubst_Expr()
5491 atbSubst_Expr(env, e->Iex.GetI.ix), in atbSubst_Expr()
5515 atbSubst_Expr(env, st->Ist.AbiHint.base), in atbSubst_Stmt()
5517 atbSubst_Expr(env, st->Ist.AbiHint.nia) in atbSubst_Stmt()
5522 atbSubst_Expr(env, st->Ist.Store.addr), in atbSubst_Stmt()
5523 atbSubst_Expr(env, st->Ist.Store.data) in atbSubst_Stmt()
5528 atbSubst_Expr(env, sg->addr), in atbSubst_Stmt()
5529 atbSubst_Expr(env, sg->data), in atbSubst_Stmt()
5530 atbSubst_Expr(env, sg->guard)); in atbSubst_Stmt()
5535 atbSubst_Expr(env, lg->addr), in atbSubst_Stmt()
5536 atbSubst_Expr(env, lg->alt), in atbSubst_Stmt()
5537 atbSubst_Expr(env, lg->guard)); in atbSubst_Stmt()
5542 atbSubst_Expr(env, st->Ist.WrTmp.data) in atbSubst_Stmt()
5547 atbSubst_Expr(env, st->Ist.Put.data) in atbSubst_Stmt()
5552 atbSubst_Expr(env, puti->ix), in atbSubst_Stmt()
5554 atbSubst_Expr(env, puti->data)); in atbSubst_Stmt()
5559 atbSubst_Expr(env, st->Ist.Exit.guard), in atbSubst_Stmt()
5576 atbSubst_Expr(env, cas->addr), in atbSubst_Stmt()
5577 cas->expdHi ? atbSubst_Expr(env, cas->expdHi) : NULL, in atbSubst_Stmt()
5578 atbSubst_Expr(env, cas->expdLo), in atbSubst_Stmt()
5579 cas->dataHi ? atbSubst_Expr(env, cas->dataHi) : NULL, in atbSubst_Stmt()
5580 atbSubst_Expr(env, cas->dataLo) in atbSubst_Stmt()
5587 atbSubst_Expr(env, st->Ist.LLSC.addr), in atbSubst_Stmt()
5589 ? atbSubst_Expr(env, st->Ist.LLSC.storedata) : NULL in atbSubst_Stmt()
5596 d2->mAddr = atbSubst_Expr(env, d2->mAddr); in atbSubst_Stmt()
5597 d2->guard = atbSubst_Expr(env, d2->guard); in atbSubst_Stmt()
5601 d2->args[i] = atbSubst_Expr(env, arg); in atbSubst_Stmt()
5845 e2 = atbSubst_Expr(env, e); in ado_treebuild_BB()
5945 bb->next = atbSubst_Expr(env, bb->next); in ado_treebuild_BB()