|
GCC Middle and Back End API Reference
|
#include <tree-vectorizer.h>

Public Member Functions | |
| vec_lower_bound () | |
| vec_lower_bound (tree e, bool u, poly_uint64 m) | |
Data Fields | |
| tree | expr |
| bool | unsigned_p |
| poly_uint64 | min_value |
Records that vectorization is only possible if abs (EXPR) >= MIN_VALUE. UNSIGNED_P is true if we can assume that abs (EXPR) == EXPR.
|
inline |
|
inline |
References expr, min_value, and unsigned_p.
| tree vec_lower_bound::expr |
Referenced by dump_lower_bound(), and vec_lower_bound().
| poly_uint64 vec_lower_bound::min_value |
Referenced by dump_lower_bound(), and vec_lower_bound().
| bool vec_lower_bound::unsigned_p |
Referenced by dump_lower_bound(), and vec_lower_bound().