Searched refs:tmis (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-transform.c1850 tree tmis = (mis == -1 ? size_zero_node : size_int (mis)); local
1851 tmis = size_binop (MULT_EXPR, tmis, size_int(BITS_PER_UNIT));
1852 data_ref = build2 (MISALIGNED_INDIRECT_REF, vectype, data_ref, tmis);

Completed in 135 milliseconds