Home | History | Annotate | Download | only in compiler

Lines Matching defs:one

3476   Node* one = m.Int32Constant(1);
3488 Node* next_i = m.Int32Add(i, one);
3489 Node* next_j = m.Int32Add(j, one);
3509 Node* one = m.Int32Constant(1);
3522 Node* next_i = m.Int32Add(i, one);
3523 Node* next_j = m.Int32Add(j, one);
3524 Node* next_k = m.Int32Add(j, one);
3774 // Test all one byte values that are not one byte bounds.
3879 Node* one = m.Int32Constant(1);
3880 Node* acc = one;
3882 acc = m.Int32Add(acc, one);
3888 m.Return(one);