Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp21 bool User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp235 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() function in User