Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DTypeFinder.cpp43 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; in run() local
75 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()
76 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in run()
77 incorporateMDNode(MDForInst[i].second); in run()
79 MDForInst.clear(); in run()