Lines Matching defs:store
196 // We change the original store node to store the low word, and create
197 // a new store node to store the high word. The effect and control edges
198 // are copied from the original store to the new store node, the effect
199 // edge of the original store is redirected to the new store.
679 Node* store = graph()->NewNode(
690 store, graph()->start());
696 store, graph()->start());