HomeSort by relevance Sort by last modified time
    Searched refs:LLVMReplaceAllUsesWith (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 526 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 334 = "LLVMReplaceAllUsesWith"
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 618 LLVMReplaceAllUsesWith(OldVal, NewVal);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 642 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) }
    [all...]
  /external/llvm/lib/IR/
Core.cpp 657 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 413 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) {
    [all...]

Completed in 84 milliseconds