Lines Matching refs:Iex_Const
108 return e->tag == Iex_Const in isZeroU8()
115 return e->tag == Iex_Const in isZeroU32()
412 case Iex_RdTmp: case Iex_Const: case Iex_Get: in mightRequireFixedRegs()
645 if (guard->tag == Iex_Const in doHelperCall()
1019 if (e->Iex.Binop.arg2->tag == Iex_Const) { in iselIntExpr_R_wrk()
1486 case Iex_Const: { in iselIntExpr_R_wrk()
1565 && e->Iex.Binop.arg2->tag == Iex_Const in iselIntExpr_AMode_wrk()
1572 ->Iex.Binop.arg2->Iex.Binop.arg2->tag == Iex_Const in iselIntExpr_AMode_wrk()
1591 && e->Iex.Binop.arg2->Iex.Binop.arg2->tag == Iex_Const in iselIntExpr_AMode_wrk()
1604 && e->Iex.Binop.arg2->tag == Iex_Const in iselIntExpr_AMode_wrk()
1650 if (e->tag == Iex_Const) { in iselIntExpr_RMI_wrk()
1710 if (e->tag == Iex_Const) { in iselIntExpr_RI_wrk()
1802 if (e->tag == Iex_Const) { in iselCondCode_wrk()
1989 && e->Iex.Binop.arg2->tag == Iex_Const) { in iselCondCode_wrk()
2093 if (e->tag == Iex_Const) { in iselInt64Expr_wrk()
2251 if (e->Iex.Binop.arg2->tag == Iex_Const) { in iselInt64Expr_wrk()
3013 if (e->tag == Iex_Const) { in iselDblExpr_wrk()
3304 if (e->tag == Iex_Const) { in iselVecExpr_wrk()
4331 if (next->tag == Iex_Const) { in iselNext()