Home | History | Annotate | Download | only in priv

Lines Matching refs:Iex

550               && e->Iex.Const.con->tag == Ico_U32
551 && e->Iex.Const.con->Ico.U32 == n );
743 IRTemp look_for = cond_n_op->Iex.RdTmp.tmp;
752 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32
753 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4)))