Home | History | Annotate | Download | only in priv

Lines Matching refs:Ico_U32

116           && e->Iex.Const.con->tag == Ico_U32
1566 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
1605 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
1653 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1713 case Ico_U32: u = e->Iex.Const.con->Ico.U32; break;
1994 vassert(con->Iex.Const.con->tag == Ico_U32);
4247 if (stmt->Ist.Exit.dst->tag != Ico_U32)
4333 vassert(cdst->tag == Ico_U32);