Home
last modified time | relevance | path

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

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