Home | History | Annotate | Download | only in priv

Lines Matching refs:Iex_Const

108    return e->tag == Iex_Const
115 return e->tag == Iex_Const
122 // return e->tag == Iex_Const
412 case Iex_RdTmp: case Iex_Const: case Iex_Get:
645 if (guard->tag == Iex_Const
1019 if (e->Iex.Binop.arg2->tag == Iex_Const) {
1486 case Iex_Const: {
1565 && e->Iex.Binop.arg2->tag == Iex_Const
1572 ->Iex.Binop.arg2->Iex.Binop.arg2->tag == Iex_Const
1591 && e->Iex.Binop.arg2->Iex.Binop.arg2->tag == Iex_Const
1604 && e->Iex.Binop.arg2->tag == Iex_Const
1650 if (e->tag == Iex_Const) {
1656 default: vpanic("iselIntExpr_RMI.Iex_Const(x86h)");
1710 if (e->tag == Iex_Const) {
1716 default: vpanic("iselIntExpr_RMI.Iex_Const(x86h)");
1802 if (e->tag == Iex_Const) {
1989 && e->Iex.Binop.arg2->tag == Iex_Const) {
1992 /* clone & partial-eval of generic Iex_CCall and Iex_Const cases */
2093 if (e->tag == Iex_Const) {
2251 if (e->Iex.Binop.arg2->tag == Iex_Const) {
3013 if (e->tag == Iex_Const) {
3304 if (e->tag == Iex_Const) {
4329 if (next->tag == Iex_Const) {