Searched refs:truth_value_p (Results 1 – 3 of 3) sorted by relevance
102 static int truth_value_p (enum tree_code);2592 truth_value_p (enum tree_code code) in truth_value_p() function8561 && ((truth_value_p (TREE_CODE (arg0)) in fold_binary()8562 && (truth_value_p (TREE_CODE (arg1)) in fold_binary()8565 || (truth_value_p (TREE_CODE (arg1)) in fold_binary()8566 && (truth_value_p (TREE_CODE (arg0)) in fold_binary()11554 if (truth_value_p (TREE_CODE (arg0)) in fold_ternary()11579 && truth_value_p (TREE_CODE (arg0))) in fold_ternary()11689 && truth_value_p (TREE_CODE (arg0)) in fold_ternary()11690 && truth_value_p (TREE_CODE (arg1))) in fold_ternary()[all …]
435 return true when truth_value_p is true and the type
7362 * fold-const.c (fold_ternary): Check truth_value_p before