Home | History | Annotate | Download | only in priv

Lines Matching defs:cond_expr

1860       IRExpr *cond_expr;
1864 cond_expr = expr->Iex.ITE.cond;
1866 vassert(typeOfIRExpr(env->type_env, cond_expr) == Ity_I1);
1873 s390_cc_t cc = s390_isel_cc(env, cond_expr);