Home
last modified time | relevance | path

Searched refs:build_low_bits_mask (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c2619 = build_low_bits_mask (TREE_TYPE (rhs1), in vect_recog_vector_vector_shift_pattern()
H A Dtree-ssa-loop-niter.c1106 bound = build_low_bits_mask (niter_type, in number_of_iterations_ne()
H A Dtree.h5091 extern tree build_low_bits_mask (tree, unsigned);
H A Dtree-ssa-loop-ivopts.c5087 period = build_low_bits_mask (type, in iv_period()
H A Dmatch.pd3157 && operand_equal_p (@1, build_low_bits_mask (TREE_TYPE (@1),
H A Dtree.c1811 build_low_bits_mask (tree type, unsigned bits) in build_low_bits_mask() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-niter.cc1118 bound = build_low_bits_mask (niter_type, in number_of_iterations_ne()
H A Dtree-vect-patterns.cc2974 = build_low_bits_mask (TREE_TYPE (rhs1), in vect_recog_vector_vector_shift_pattern()
H A Dtree.h5272 extern tree build_low_bits_mask (tree, unsigned);
H A Dtree-ssa-loop-ivopts.cc5152 period = build_low_bits_mask (type, in iv_period()
H A Dtree.cc2028 build_low_bits_mask (tree type, unsigned bits) in build_low_bits_mask() function
H A Dmatch.pd3843 && operand_equal_p (@1, build_low_bits_mask (TREE_TYPE (@1),
H A DChangeLog-20047279 * tree.c (build_low_bits_mask): New function.
7280 * tree.h (build_low_bits_mask): Declare.
H A DChangeLog-201440149 (build_low_bits_mask): Likewise.
44798 instead of build_low_bits_mask.
H A DChangeLog-200924588 (build_low_bits_mask, debug_fold_checksum, expand_function_end,
H A DChangeLog-201034673 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.