20#ifndef GCC_INT_VECTOR_BUILDER_H
21#define GCC_INT_VECTOR_BUILDER_H 1
30 int_vector_builder<T> >
90 return base + factor *
step;
T apply_step(T, unsigned int, T) const
Definition int-vector-builder.h:88
bool equal_p(T, T) const
Definition int-vector-builder.h:70
int_vector_builder(poly_uint64, unsigned int, unsigned int)
Definition int-vector-builder.h:59
static poly_uint64 shape_nelts(poly_uint64 x)
Definition int-vector-builder.h:50
T step(T, T) const
Definition int-vector-builder.h:79
vector_builder< T, poly_uint64, int_vector_builder > parent
Definition int-vector-builder.h:32
bool can_elide_p(T) const
Definition int-vector-builder.h:47
int_vector_builder()
Definition int-vector-builder.h:36
bool integral_p(T) const
Definition int-vector-builder.h:44
void note_representative(T *, T)
Definition int-vector-builder.h:48
bool allow_steps_p() const
Definition int-vector-builder.h:43
void new_vector(poly_uint64, unsigned int, unsigned int)
Definition vector-builder.h:193
vector_builder()
Definition vector-builder.h:162
poly_uint64 full_nelts() const
Definition vector-builder.h:117
unsigned int nelts_per_pattern() const
Definition vector-builder.h:119
unsigned int npatterns() const
Definition vector-builder.h:118
static struct token T
Definition gengtype-parse.cc:45
poly_int< NUM_POLY_INT_COEFFS, unsigned HOST_WIDE_INT > poly_uint64
Definition poly-int-types.h:25