HomeSort by: relevance | last modified time | path
    Searched refs:bound_wide_int (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 48 bound_wide_int; typedef
64 bound_wide_int bound;
167 bound_wide_int nb_iterations_upper_bound;
169 bound_wide_int nb_iterations_likely_upper_bound;
174 bound_wide_int nb_iterations_estimate;
tree-ssa-loop-niter.cc 3911 if (wi::min_precision (i_bound, SIGNED) > bound_wide_int ().get_precision ())
3924 elt->bound = bound_wide_int::from (i_bound, SIGNED);
4415 const bound_wide_int *d1 = (const bound_wide_int *) p1;
4416 const bound_wide_int *d2 = (const bound_wide_int *) p2;
4424 bound_index (const vec<bound_wide_int> &bounds, const bound_wide_int &bound)
4433 bound_wide_int index = bounds[middle];
4455 auto_vec<bound_wide_int> bounds
    [all...]
cfgloop.cc 1899 if (wi::min_precision (i_bound, SIGNED) > bound_wide_int ().get_precision ())
1902 bound_wide_int bound = bound_wide_int::from (i_bound, SIGNED);
lto-streamer-in.cc 1126 = bound_wide_int::from (streamer_read_widest_int (ib), SIGNED);
1130 = bound_wide_int::from (streamer_read_widest_int (ib), SIGNED);
1134 = bound_wide_int::from (streamer_read_widest_int (ib), SIGNED);
tree-vect-loop.cc 12247 = wi::umin ((bound_wide_int) (bound - 1),

Completed in 33 milliseconds