Home
last modified time | relevance | path

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

/external/llvm/utils/
Dshuffle_fuzz.py164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
224 """ % dict(subst, i=i, next_i=i + 1)
241 """ % dict(subst, i=i, next_i=i + 1, r=r)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc3488 Node* next_i = m.Int32Add(i, one); in TEST() local
3490 m.Branch(m.Word32Equal(next_i, ten), &end, &body_cont); in TEST()
3493 i->ReplaceInput(1, next_i); in TEST()
3522 Node* next_i = m.Int32Add(i, one); in TEST() local
3525 m.Branch(m.Word32Equal(next_i, ten), &end, &body_cont); in TEST()
3528 i->ReplaceInput(1, next_i); in TEST()