Home
last modified time | relevance | path

Searched refs:LLVMReplaceAllUsesWith (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h526 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
/external/llvm/include/llvm-c/
DCore.h1345 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml334 = "LLVMReplaceAllUsesWith"
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c618 LLVMReplaceAllUsesWith(OldVal, NewVal); in llvm_replace_all_uses_with()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp413 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() function
/external/llvm/lib/IR/
DCore.cpp657 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() function
/external/llvm/bindings/go/llvm/
Dir.go642 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) }