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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c5500 or_comparisons_1 (tree, enum tree_code code1, tree op1a, tree op1b,
5930 /* Helper function for or_comparisons_1: try to simplify the OR of the
5994 tree t = or_comparisons_1 (type, innercode,
6132 or_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, function
6261 if (tree t = or_comparisons_1 (type, code1, op1a, op1b, code2, op2a, op2b))
6264 if (tree t = or_comparisons_1 (type, code2, op2a, op2b, code1, op1a, op1b))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc6554 or_comparisons_1 (tree, enum tree_code code1, tree op1a, tree op1b,
7021 /* Helper function for or_comparisons_1: try to simplify the OR of the
7088 tree t = or_comparisons_1 (type, innercode,
7226 or_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, function
7357 if (tree t = or_comparisons_1 (type, code1, op1a, op1b, code2, op2a, op2b,
7361 if (tree t = or_comparisons_1 (type, code2, op2a, op2b, code1, op1a, op1b,

Completed in 113 milliseconds