Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DUser.cpp21 bool User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/llvm-project/mlir/lib/IR/
H A DOperation.cpp227 void Operation::replaceUsesOfWith(Value from, Value to) { in replaceUsesOfWith() function in Operation