Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Item

2041     std::pair<Value*, Value*> Item = Worklist.pop_back_val();
2042 LHS = Item.first; RHS = Item.second;