Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp232 auto OwnerAndIndex = I->second; in moveRef() local
234 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()
240 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()
242 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()