Lines Matching defs:cond_expr
482 if (gimple_assign_rhs_code (assign) == COND_EXPR
512 indicates swap is required for cond_expr stmts. Specifically, SWAP
900 Note COND_EXPR is possibly isomorphic to another one after swapping its
901 operands. Set SWAP[i] to 1 if stmt I is COND_EXPR and isomorphic to
1282 if (rhs_code == COND_EXPR)
1284 tree cond_expr = gimple_assign_rhs1 (stmt);
1285 enum tree_code cond_code = TREE_CODE (cond_expr);
1290 first_cond_code = TREE_CODE (cond_expr);
1293 bool honor_nans = HONOR_NANS (TREE_OPERAND (cond_expr, 0));
2202 /* COND_EXPR have one too many eventually if the condition
6070 if (gimple_assign_rhs_code (ass) == COND_EXPR)
6544 init_stmt = gimple_build_assign (new_temp, COND_EXPR,