Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc8355 rtx align_exp, rtx expected_align_exp, in ix86_expand_set_or_cpymem() argument
8390 if (CONST_INT_P (expected_align_exp) in ix86_expand_set_or_cpymem()
8391 && INTVAL (expected_align_exp) > align) in ix86_expand_set_or_cpymem()
8392 align = INTVAL (expected_align_exp); in ix86_expand_set_or_cpymem()