Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Inserted

1625   bool Inserted;
1626 std::tie(I, Inserted) = VTablesMap.insert(std::make_pair(ID, nullptr));
1627 if (!Inserted)