Lines Matching refs:const_tree
28 extern int native_encode_expr (const_tree, unsigned char *, int, int off = -1);
79 extern bool fold_convertible_p (const_tree, const_tree);
94 extern bool operand_equal_p (const_tree, const_tree, unsigned int flags = 0);
95 extern int multiple_of_p (tree, const_tree, const_tree);
118 extern tree int_const_binop (enum tree_code, const_tree, const_tree, int = 1);
135 extern poly_offset_int mem_ref_offset (const_tree);
138 extern tree div_if_zero_remainder (const_tree, const_tree);
140 extern bool tree_swap_operands_p (const_tree, const_tree);
145 extern bool inverse_conditions_p (const_tree, const_tree);
165 extern bool fold_real_zero_addition_p (const_tree, const_tree, int);
168 extern void debug_fold_checksum (const_tree);
169 extern bool may_negate_without_overflow_p (const_tree);
196 extern tree sign_bit_p (tree, const_tree);
203 extern wide_int tree_nonzero_bits (const_tree);
231 virtual bool operand_equal_p (const_tree, const_tree, unsigned int flags);
235 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags);
241 bool verify_hash_value (const_tree arg0, const_tree arg1, unsigned int flags,