Home
last modified time | relevance | path

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

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