Searched refs:TheMDs (Results 1 – 2 of 2) sorted by relevance
641 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in clone() local642 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()643 for (const auto &MD : TheMDs) in clone()
652 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in copyMetadata() local653 SrcInst.getAllMetadataOtherThanDebugLoc(TheMDs); in copyMetadata()654 for (const auto &MD : TheMDs) { in copyMetadata()