Lines Matching refs:Iex_Const
341 if (e->tag != Iex_Const) return False; in isZeroU64()
459 case Iex_RdTmp: case Iex_Const: case Iex_Get: in mightRequireFixedRegs()
606 if (guard->tag == Iex_Const in doHelperCall()
712 if (guard->tag == Iex_Const in doHelperCall()
871 && e->Iex.Binop.arg2->tag == Iex_Const in iselIntExpr_AMode_wrk()
889 && e->Iex.Binop.arg2->tag == Iex_Const in iselIntExpr_AMode_wrk()
944 if (e->tag == Iex_Const) { in iselIntExpr_RIA_wrk()
1208 if (e->tag == Iex_Const) { in iselIntExpr_RIL_wrk()
1267 if (e->tag == Iex_Const) { in iselIntExpr_RI6_wrk()
1665 if (arg1->tag != Iex_Const) goto irreducible; in iselIntExpr_R_wrk()
2020 case Iex_Const: { in iselIntExpr_R_wrk()
2146 if (e->tag == Iex_Const) { in iselV128Expr_wrk()
2633 if (argR->tag == Iex_Const && argR->Iex.Const.con->tag == Ico_U8) { in iselV128Expr_wrk()
2749 if (argR->tag == Iex_Const && argR->Iex.Const.con->tag == Ico_U8) { in iselV128Expr_wrk()
2847 if (argR->tag == Iex_Const && argR->Iex.Const.con->tag == Ico_U8) { in iselV128Expr_wrk()
2948 if (argAmt->tag == Iex_Const && argAmt->Iex.Const.con->tag == Ico_U8) { in iselV128Expr_wrk()
3003 if (e->tag == Iex_Const) { in iselDblExpr_wrk()
3186 if (e->tag == Iex_Const) { in iselFltExpr_wrk()
3941 if (next->tag == Iex_Const) { in iselNext()