Home
last modified time | relevance | path

Searched refs:LLVMGetLastInstruction (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dcore.py355 i = lib.LLVMGetLastInstruction(self)
575 library.LLVMGetLastInstruction.argtypes = [BasicBlock]
576 library.LLVMGetLastInstruction.restype = c_object_p
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp900 LLVMValueRef Last = LLVMGetLastInstruction(Src); in CloneBB()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3157 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2730 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) { in LLVMGetLastInstruction() function