Searched refs:cc_op_expr (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c1847 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
1853 cc_op_expr = args[1];
1858 if (! isC64(cc_op_expr)) return NULL;
1861 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
2371 IRExpr *cc_op_expr, *cc_dep1; local
2376 cc_op_expr = args[0];
2380 if (! isC64(cc_op_expr)) return NULL;
2382 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;

Completed in 98 milliseconds