Home
last modified time | relevance | path

Searched refs:mulc (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-forwprop.cc2236 check_ctz_array (tree ctor, unsigned HOST_WIDE_INT mulc, in check_ctz_array() argument
2263 if (val >= 0 && val < bits && (((mulc << val) & mask) >> shift) == index) in check_ctz_array()
2275 check_ctz_string (tree string, unsigned HOST_WIDE_INT mulc, in check_ctz_string() argument
2291 if (p[i] < bits && (((mulc << p[i]) & mask) >> shift) == i) in check_ctz_string()
2305 optimize_count_trailing_zeroes (tree array_ref, tree x, tree mulc, in optimize_count_trailing_zeroes() argument
2311 gcc_assert (TREE_CODE (mulc) == INTEGER_CST); in optimize_count_trailing_zeroes()
2342 unsigned HOST_WIDE_INT val = tree_to_uhwi (mulc); in optimize_count_trailing_zeroes()
Dtree-vect-generic.cc589 unsigned HOST_WIDE_INT *mulc = XALLOCAVEC (unsigned HOST_WIDE_INT, nunits); in expand_vector_divmod() local
620 mulc[i] = 0; in expand_vector_divmod()
748 mulc[i] = ml; in expand_vector_divmod()
926 vec.quick_push (build_int_cst (TREE_TYPE (type), mulc[i])); in expand_vector_divmod()