Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp548 SmallVector<std::pair<unsigned, MDNode*>, 4> TheMDs; in clone() local
549 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()
550 for (unsigned i = 0, e = TheMDs.size(); i != e; ++i) in clone()
551 New->setMetadata(TheMDs[i].first, TheMDs[i].second); in clone()