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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp49 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; local
72 I.getAllMetadataOtherThanDebugLoc(MDForInst);
73 for (const auto &MD : MDForInst)
75 MDForInst.clear();

Completed in 55 milliseconds