Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DMetadata.cpp186 auto OwnerAndIndex = I->second; in moveRef() local
188 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()
194 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()
196 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()