Home | History | Annotate | Download | only in coregrind

Lines Matching refs:Binop

408       if (e->Iex.Binop.arg1->tag != Iex_RdTmp) goto case3;
409 if (!get_SP_delta(e->Iex.Binop.arg1->Iex.RdTmp.tmp, &delta)) goto case3;
410 if (e->Iex.Binop.arg2->tag != Iex_Const) goto case3;
411 if (!IS_ADD_OR_SUB(e->Iex.Binop.op)) goto case3;
412 con = GET_CONST(e->Iex.Binop.arg2->Iex.Const.con);
414 if (IS_ADD(e->Iex.Binop.op)) {