Home | History | Annotate | Download | only in compiler

Lines Matching defs:index0

2742     Node* index0 = m.Int32Constant(x * sizeof(buffer[0]));
2743 Node* load = m.Load(rep, base, index0);