GCC Middle and Back End API Reference
|
#include <tree-affine.h>
Data Fields | |
tree | val |
double_int | coef |
Element of an affine combination.
double_int aff_comb_elt::coef |
Its coefficient in the combination.
Referenced by aff_combination_add_cst(), aff_combination_add_elt(), aff_combination_constant_multiple_p(), aff_combination_remove_elt(), double_int_constant_multiple_p(), fixed_address_object_p(), most_expensive_mult_to_index(), move_pointer_to_base(), and unshare_aff_combination().
tree aff_comb_elt::val |
The value of the element.
Referenced by aff_combination_add_cst(), aff_combination_add_elt(), aff_combination_constant_multiple_p(), aff_combination_remove_elt(), double_int_constant_multiple_p(), fixed_address_object_p(), move_pointer_to_base(), and unshare_aff_combination().