Home
last modified time | relevance | path

Searched refs:true_test_var (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c5546 tree true_test_var = NULL_TREE; in and_var_with_comparison_1() local
5557 true_test_var = op2a; in and_var_with_comparison_1()
5558 if (var == true_test_var) in and_var_with_comparison_1()
5602 if (inner1 == true_test_var) in and_var_with_comparison_1()
5604 else if (inner2 == true_test_var) in and_var_with_comparison_1()
5967 tree true_test_var = NULL_TREE; in or_var_with_comparison_1() local
5978 true_test_var = op2a; in or_var_with_comparison_1()
5979 if (var == true_test_var) in or_var_with_comparison_1()
6023 if (inner1 == true_test_var) in or_var_with_comparison_1()
6025 else if (inner2 == true_test_var) in or_var_with_comparison_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc6606 tree true_test_var = NULL_TREE; in and_var_with_comparison_1() local
6617 true_test_var = op2a; in and_var_with_comparison_1()
6618 if (var == true_test_var) in and_var_with_comparison_1()
6662 if (inner1 == true_test_var) in and_var_with_comparison_1()
6664 else if (inner2 == true_test_var) in and_var_with_comparison_1()
7061 tree true_test_var = NULL_TREE; in or_var_with_comparison_1() local
7072 true_test_var = op2a; in or_var_with_comparison_1()
7073 if (var == true_test_var) in or_var_with_comparison_1()
7115 if (inner1 == true_test_var) in or_var_with_comparison_1()
7117 else if (inner2 == true_test_var) in or_var_with_comparison_1()