Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DMetadataTest.cpp2311 TEST_F(DistinctMDOperandPlaceholderTest, replaceUseWith) { in TEST_F() argument
2325 PH0.replaceUseWith(N0); in TEST_F()
2326 PH1.replaceUseWith(N1); in TEST_F()
2327 PH2.replaceUseWith(nullptr); in TEST_F()
2335 DistinctMDOperandPlaceholder(7).replaceUseWith(MDTuple::get(Context, None)); in TEST_F()
/external/llvm/include/llvm/IR/
DMetadata.h1234 void replaceUseWith(Metadata *MD) {
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2095 PHs.front().replaceUseWith( in flush()