Searched defs:replaceUsesOfWith (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DUser.cpp20 // replaceUsesOfWith - Replaces all references to the "From" definition with
23 void User::replaceUsesOfWith(Value *From, Value *To) { function in class:llvm::User
27 "Cannot call User::replaceUsesOfWith on a constant!");
/external/llvm/lib/IR/
H A DUser.cpp24 void User::replaceUsesOfWith(Value *From, Value *To) { function in class:llvm::User
28 "Cannot call User::replaceUsesOfWith on a constant!");

Completed in 836 milliseconds