Home
last modified time | relevance | path

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

/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()