Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp408 void Value::doRAUW(Value *New, bool NoMetadata) { in doRAUW() function in Value
440 doRAUW(New, false /* NoMetadata */); in replaceAllUsesWith()
444 doRAUW(New, true /* NoMetadata */); in replaceNonMetadataUsesWith()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h242 void doRAUW(Value *New, bool NoMetadata);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h257 void doRAUW(Value *New, bool NoMetadata);