Home
last modified time | relevance | path

Searched refs:OwnerAndIndex (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp218 auto OwnerAndIndex = I->second; in moveRef() local
220 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()
226 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()
228 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp219 auto OwnerAndIndex = I->second; in moveRef() local
221 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()
227 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()
229 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()