Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DMetadata.cpp234 auto OwnerAndIndex = I->second; in moveRef() local
236 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()
242 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()
244 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()