Searched refs:LLVMReplaceAllUsesWith (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm-c/ |
D | Core.h | 1345 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1691 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1666 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 710 LLVMReplaceAllUsesWith(OldVal, NewVal); in llvm_replace_all_uses_with()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 618 LLVMReplaceAllUsesWith(OldVal, NewVal); in llvm_replace_all_uses_with()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 657 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 642 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) }
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 714 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) }
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 879 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 855 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() function
|