Lines Matching refs:const_tree
43 bool equal_p (const_tree, const_tree) const;
45 bool integral_p (const_tree) const;
46 wide_int step (const_tree, const_tree) const;
48 bool can_elide_p (const_tree) const;
51 static poly_uint64 shape_nelts (const_tree t) in shape_nelts()
53 static poly_uint64 nelts_of (const_tree t) in nelts_of()
55 static unsigned int npatterns_of (const_tree t) in npatterns_of()
57 static unsigned int nelts_per_pattern_of (const_tree t) in nelts_per_pattern_of()
89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const in equal_p()
107 tree_vector_builder::integral_p (const_tree elt) const in integral_p()
116 tree_vector_builder::step (const_tree elt1, const_tree elt2) const in step()
126 tree_vector_builder::can_elide_p (const_tree elt) const in can_elide_p()