Home | History | Annotate | Download | only in compiler

Lines Matching refs:check0

1196   Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value);
1198 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control);