cprover
util.h File Reference

Loop Acceleration. More...

#include <util/std_types.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

signedbv_typet signed_poly_type ()
 
unsignedbv_typet unsigned_poly_type ()
 
bool is_bitvector (const typet &t)
 Convenience function – is the type a bitvector of some kind? More...
 
typet join_types (const typet &t1, const typet &t2)
 Return the smallest type that both t1 and t2 can be cast to without losing information. More...
 

Detailed Description

Loop Acceleration.

Definition in file util.h.

Function Documentation

§ is_bitvector()

bool is_bitvector ( const typet t)

Convenience function – is the type a bitvector of some kind?

Definition at line 33 of file util.cpp.

References irept::id().

Referenced by polynomial_acceleratort::fit_polynomial_sliced(), and join_types().

§ join_types()

§ signed_poly_type()

§ unsigned_poly_type()