Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3494 TEST_F(DistinctMDOperandPlaceholderTest, replaceUseWith) { in TEST_F() argument
3508 PH0.replaceUseWith(N0); in TEST_F()
3509 PH1.replaceUseWith(N1); in TEST_F()
3510 PH2.replaceUseWith(nullptr); in TEST_F()
3518 DistinctMDOperandPlaceholder(7).replaceUseWith(MDTuple::get(Context, None)); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h1566 void replaceUseWith(Metadata *MD) {
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp392 PHs.front().replaceUseWith(MD); in flush()