Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dcore.py423 i = lib.LLVMGetPreviousInstruction(self)
588 library.LLVMGetPreviousInstruction.argtypes = [Instruction]
589 library.LLVMGetPreviousInstruction.restype = c_object_p
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp923 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3228 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2746 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function