Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp455 SmallVector<std::pair<unsigned, MDNode*>, 4> TheMDs; in clone() local
456 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()
457 for (unsigned i = 0, e = TheMDs.size(); i != e; ++i) in clone()
458 New->setMetadata(TheMDs[i].first, TheMDs[i].second); in clone()
/external/llvm/lib/IR/
DInstruction.cpp641 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in clone() local
642 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()
643 for (const auto &MD : TheMDs) in clone()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp652 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local
653 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()
654 for (const auto &MD : TheMDs) { in copyMetadata()