Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h1168 return cast<T>(N.release()->replaceWithUniquedImpl());
1208 MDNode *replaceWithUniquedImpl();
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp771 return replaceWithUniquedImpl(); in replaceWithPermanentImpl()
774 MDNode *MDNode::replaceWithUniquedImpl() { in replaceWithUniquedImpl() function in MDNode