Home | History | Annotate | Download | only in compiler

Lines Matching refs:check0

2309   Node* check0 = graph()->NewNode(m->Int32LessThan(), zero, right);
2311 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, graph()->start());