Home | History | Annotate | Download | only in priv

Lines Matching refs:cond_expr

1265       IRExpr *cond_expr;
1269 cond_expr = expr->Iex.Mux0X.cond;
1276 if (cond_expr->tag == Iex_Unop && cond_expr->Iex.Unop.op == Iop_1Uto8) {
1277 s390_cc_t cc = s390_isel_cc(env, cond_expr->Iex.Unop.arg);
1288 cond = s390_isel_int_expr_RMI(env, cond_expr);