Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2157 int64_t cmp_constant = constant_node->opcode() == IrOpcode::kInt32Constant in MachineTypeForNarrowWordAnd() local
2160 if (and_constant >= 0 && cmp_constant >= 0) { in MachineTypeForNarrowWordAnd()
2162 and_constant > cmp_constant ? and_constant : cmp_constant; in MachineTypeForNarrowWordAnd()