Searched refs:LLVMGetPreviousInstruction (Results 1 – 12 of 12) sorted by relevance
412 i = lib.LLVMGetPreviousInstruction(self)583 library.LLVMGetPreviousInstruction.argtypes = [Instruction]584 library.LLVMGetPreviousInstruction.restype = c_object_p
412 i = lib.LLVMGetPreviousInstruction(self)586 library.LLVMGetPreviousInstruction.argtypes = [Instruction]587 library.LLVMGetPreviousInstruction.restype = c_object_p
717 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
790 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
795 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
2494 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
2720 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
1573 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function
2122 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function
1143 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu…
1205 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu…
2348 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function