Searched refs:has_zero_use_bytes (Results 1 – 1 of 1) sorted by relevance
1497 unsigned has_zero_use_bytes = 0; in handle_operands() local1499 has_zero_use_bytes |= (it->second.uses[i] == 0) << i; in handle_operands()1501 if (has_zero_use_bytes) { in handle_operands()1505 bool partial_copy = (has_zero_use_bytes == 0xf) || (has_zero_use_bytes == 0xf0); in handle_operands()