Searched refs:build_low_bits_mask (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-reassoc.c | 773 oe->op = build_low_bits_mask (TREE_TYPE (oe->op), in eliminate_not_pairs()
|
H A D | tree-ssa-loop-niter.c | 668 bound = build_low_bits_mask (niter_type, in number_of_iterations_ne()
|
H A D | tree.h | 5193 extern tree build_low_bits_mask (tree, unsigned);
|
H A D | tree-ssa-loop-ivopts.c | 4358 period = build_low_bits_mask (type, in iv_period()
|
H A D | tree.c | 1282 build_low_bits_mask (tree type, unsigned bits) in build_low_bits_mask() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-niter.c | 1103 bound = build_low_bits_mask (niter_type, in number_of_iterations_ne()
|
H A D | tree-vect-patterns.c | 2183 = build_low_bits_mask (TREE_TYPE (rhs1), in vect_recog_vector_vector_shift_pattern()
|
H A D | tree.h | 4830 extern tree build_low_bits_mask (tree, unsigned);
|
H A D | tree-ssa-loop-ivopts.c | 4823 period = build_low_bits_mask (type, in iv_period()
|
H A D | match.pd | 2532 && operand_equal_p (@1, build_low_bits_mask (TREE_TYPE (@1),
|
H A D | tree.c | 1787 build_low_bits_mask (tree type, unsigned bits) in build_low_bits_mask() function
|