Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUser.cpp100 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() function in llvm::sandboxir::User
/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/Transforms/Vectorize/
H A DVPlan.cpp1485 void VPUser::replaceUsesOfWith(VPValue *From, VPValue *To) { in replaceUsesOfWith() function in VPUser