Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1157 Node* if_is_smi = nullptr; in ReduceJSInstanceOf() local
1164 if_is_smi = graph()->NewNode(common()->IfTrue(), branch_is_smi); in ReduceJSInstanceOf()
1273 if (if_is_smi != nullptr) { in ReduceJSInstanceOf()
1275 control = graph()->NewNode(common()->Merge(2), if_is_smi, control); in ReduceJSInstanceOf()