Searched refs:cmp_constant (Results 1 – 1 of 1) sorted by relevance
2157 int64_t cmp_constant = constant_node->opcode() == IrOpcode::kInt32Constant in MachineTypeForNarrowWordAnd() local2160 if (and_constant >= 0 && cmp_constant >= 0) { in MachineTypeForNarrowWordAnd()2162 and_constant > cmp_constant ? and_constant : cmp_constant; in MachineTypeForNarrowWordAnd()