• Home
  • Raw
  • Download

Lines Matching refs:Iex_Const

373       case Iex_Const:  in flatten_Expr()
1093 case Iex_Const: { in sameIRExprs_aux2()
1168 case Iex_Const: { in debug_only_hack_sameIRExprs_might_assert()
1184 return toBool( e->tag == Iex_Const in isZeroU32()
1194 return toBool( e->tag == Iex_Const
1203 return toBool( e->tag == Iex_Const in isZeroV128()
1211 return toBool( e->tag == Iex_Const in isZeroV256()
1219 if (e->tag != Iex_Const) return False; in isZeroU()
1233 if (e->tag != Iex_Const) return False; in isOnesU()
1378 if (e->Iex.Unop.arg->tag == Iex_Const) { in fold_Expr()
1698 if (e->Iex.Binop.arg1->tag == Iex_Const in fold_Expr()
1699 && e->Iex.Binop.arg2->tag == Iex_Const) { in fold_Expr()
2358 if (e->Iex.ITE.cond->tag == Iex_Const) { in fold_Expr()
2439 if (rhs->tag == Iex_Const in subst_Expr()
2446 case Iex_Const: in subst_Expr()
2607 if (fguard->tag == Iex_Const) { in subst_and_fold_Stmt()
2634 if (fguard->tag == Iex_Const) { in subst_and_fold_Stmt()
2727 if (fcond->tag == Iex_Const) { in subst_and_fold_Stmt()
2820 if (st2->Ist.WrTmp.data->tag == Iex_Const in cprop_BB()
2831 if (guard->tag == Iex_Const) { in cprop_BB()
2977 case Iex_Const: in addUses_Expr()
3069 return toBool( e->tag == Iex_Const in isZeroU1()
3077 return toBool( e->tag == Iex_Const in isOneU1()
3381 case Iex_Const: in irExpr_to_TmpOrConst()
3748 if (e->Iex.Binop.arg2->tag == Iex_Const) { in irExpr_to_AvailExpr()
3756 } else if (e->Iex.Binop.arg1->tag == Iex_Const in irExpr_to_AvailExpr()
3767 case Iex_Const: in irExpr_to_AvailExpr()
3787 if (e->Iex.ITE.iftrue->tag == Iex_Const) { in irExpr_to_AvailExpr()
3795 } else if (e->Iex.ITE.iffalse->tag == Iex_Const) { in irExpr_to_AvailExpr()
3804 if (e->Iex.ITE.iftrue->tag == Iex_Const) { in irExpr_to_AvailExpr()
4050 if (e->Iex.Binop.arg2->tag != Iex_Const) in isAdd32OrSub32()
4559 case Iex_Const: in deltaIRExpr()
4770 if (udst->tag == Iex_Const in maybe_loop_unroll_BB()
4858 vassert(udst->tag == Iex_Const); in maybe_loop_unroll_BB()
5054 case Iex_Const: in setHints_Expr()
5134 case Iex_Const: in aoccCount_Expr()
5494 case Iex_Const: in atbSubst_Expr()
6011 case Iex_Const: in print_flat_expr()