Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2137 bool IsWordAnd(Node* node) { in IsWordAnd() function
2188 if (IsWordAnd(left) && IsIntConstant(right)) { in TryNarrowOpcodeSize()
2191 } else if (IsWordAnd(right) && IsIntConstant(left)) { in TryNarrowOpcodeSize()