Searched refs:true_value (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.c | 3353 d30v_emit_cond_move (dest, test, true_value, false_value) in d30v_emit_cond_move() argument 3356 rtx true_value; 3365 if (!reg_or_0_operand (true_value, mode)) 3388 true_value, 3400 true_value,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 4431 tree test, true_value, false_value; local 4458 true_lhs = &true_value; 4464 true_rhs = &true_value; 4471 true_value = TREE_OPERAND (cond, 1); 4477 if (VOID_TYPE_P (TREE_TYPE (true_value))) 4485 lhs = true_value; 4502 true_value = convert (testtype, integer_one_node); 4528 if (TREE_CODE (true_value) != COND_EXPR)
|
| H A D | FSFChangeLog.10 | 6718 * fold-const.c (fold): When folding `<' type nodes, make true_value
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fold-const.c | 5981 tree test, true_value, false_value; in fold_binary_op_with_conditional_arg() local 5994 true_value = TREE_OPERAND (cond, 1); in fold_binary_op_with_conditional_arg() 5999 if (VOID_TYPE_P (TREE_TYPE (true_value))) in fold_binary_op_with_conditional_arg() 6000 lhs = true_value; in fold_binary_op_with_conditional_arg() 6008 true_value = constant_boolean_node (true, testtype); in fold_binary_op_with_conditional_arg() 6015 true_value = fold_convert (cond_type, true_value); in fold_binary_op_with_conditional_arg() 6017 lhs = fold_build2 (code, type, true_value, arg); in fold_binary_op_with_conditional_arg() 6019 lhs = fold_build2 (code, type, arg, true_value); in fold_binary_op_with_conditional_arg()
|