Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc926 int value_input; in ReduceStore() local
929 value_input = 3; in ReduceStore()
932 value_input = 2; in ReduceStore()
936 value_input = 2; in ReduceStore()
939 Node* const value = node->InputAt(value_input); in ReduceStore()
948 node->ReplaceInput(value_input, m.left().node()); in ReduceStore()
961 node->ReplaceInput(value_input, mleft.left().node()); in ReduceStore()