Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc401 if (n.right().HasResolvedValue() && m.OwnsInput(m.left().node())) { in Reduce()
1010 if (n.right().HasResolvedValue() && m.OwnsInput(m.left().node())) { in ReduceInt32Add()
1033 if (n.right().HasResolvedValue() && m.OwnsInput(m.left().node())) { in ReduceInt64Add()
1107 if (n.right().HasResolvedValue() && m.OwnsInput(m.left().node())) { in ReduceInt64Mul()
Dnode-matchers.h311 bool OwnsInput(Node* input) { in OwnsInput() function