Searched refs:LLVMGetLastInstruction (Results 1 - 3 of 3) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dcore.py347 i = lib.LLVMGetLastInstruction(self)
573 library.LLVMGetLastInstruction.argtypes = [BasicBlock]
574 library.LLVMGetLastInstruction.restype = c_object_p
/external/llvm/include/llvm-c/
H A DCore.h2288 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB);
/external/llvm/lib/IR/
H A DCore.cpp1825 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) { function

Completed in 76 milliseconds