Searched refs:cval2 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const.cc | 4064 twoval_comparison_p (tree arg, tree *cval1, tree *cval2) in twoval_comparison_p() argument 4080 return twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2); in twoval_comparison_p() 4083 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2) in twoval_comparison_p() 4084 && twoval_comparison_p (TREE_OPERAND (arg, 1), cval1, cval2)); in twoval_comparison_p() 4091 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2) in twoval_comparison_p() 4092 && twoval_comparison_p (TREE_OPERAND (arg, 1), cval1, cval2) in twoval_comparison_p() 4093 && twoval_comparison_p (TREE_OPERAND (arg, 2), cval1, cval2)); in twoval_comparison_p() 4111 else if (*cval2 == 0) in twoval_comparison_p() 4112 *cval2 = TREE_OPERAND (arg, 0); in twoval_comparison_p() 4113 else if (operand_equal_p (*cval2, TREE_OPERAND (arg, 0), 0)) in twoval_comparison_p() [all …]
|