Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DMetadata.h833 return cast<T>(N.release()->replaceWithPermanentImpl());
859 MDNode *replaceWithPermanentImpl();
/external/llvm/lib/IR/
DMetadata.cpp532 MDNode *MDNode::replaceWithPermanentImpl() { in replaceWithPermanentImpl() function in MDNode