Home
last modified time | relevance | path

Searched refs:LLVMGetInstructionParent (Results 1 – 10 of 10) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp371 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h793 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/llvm/include/llvm-c/
DCore.h2476 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1159 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
Dllvm.ml861 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml985 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
Dllvm_ocaml.c1446 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1545 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
/external/llvm/lib/IR/
DCore.cpp2094 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
/external/llvm/bindings/go/llvm/
Dir.go1139 func (v Value) InstructionParent() (bb BasicBlock) { bb.C = C.LLVMGetInstructionParent(v.C); return…