Searched refs:matching_memory (Results 1 – 3 of 3) sorted by relevance
1083 bool matching_memory = false; in ix86_expand_unary_operator() local1094 matching_memory = true; in ix86_expand_unary_operator()1100 if (MEM_P (src) && !matching_memory) in ix86_expand_unary_operator()
1369 bool matching_memory = false; in ix86_expand_unary_operator() local1380 matching_memory = true; in ix86_expand_unary_operator()1386 if (MEM_P (src) && !matching_memory) in ix86_expand_unary_operator()
21 (ix86_expand_unary_operator): Declare "matching_memory" as bool.