Lines Matching defs:index_high
152 Node** index_high) {
155 *index_high = graph()->NewNode(machine()->Int32Add(), index,
160 *index_high = index;
171 Node* index_high;
172 GetIndexNodes(index, &index_low, &index_high);
177 high_node = graph()->NewNode(load_op, base, index_high, effect_high,
183 high_node = graph()->NewNode(load_op, base, index_high);
204 Node* index_high;
205 GetIndexNodes(index, &index_low, &index_high);
214 high_node = graph()->NewNode(store_op, base, index_high,
220 high_node = graph()->NewNode(store_op, base, index_high,