Home
last modified time | relevance | path

Searched refs:replaceUseWith (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp2554 TEST_F(DistinctMDOperandPlaceholderTest, replaceUseWith) { in TEST_F() argument
2568 PH0.replaceUseWith(N0); in TEST_F()
2569 PH1.replaceUseWith(N1); in TEST_F()
2570 PH2.replaceUseWith(nullptr); in TEST_F()
2578 DistinctMDOperandPlaceholder(7).replaceUseWith(MDTuple::get(Context, None)); in TEST_F()
/external/llvm/include/llvm/IR/
DMetadata.h1234 void replaceUseWith(Metadata *MD) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h1267 void replaceUseWith(Metadata *MD) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DMetadata.h1302 void replaceUseWith(Metadata *MD) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp399 PHs.front().replaceUseWith(MD); in flush()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2095 PHs.front().replaceUseWith( in flush()