Searched refs:LLVMGetPreviousInstruction (Results 1 – 5 of 5) sorted by relevance
423 i = lib.LLVMGetPreviousInstruction(self)597 library.LLVMGetPreviousInstruction.argtypes = [Instruction]598 library.LLVMGetPreviousInstruction.restype = c_object_p
921 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
3223 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
1233 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu…
2768 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function