Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dcore.py412 i = lib.LLVMGetPreviousInstruction(self)
583 library.LLVMGetPreviousInstruction.argtypes = [Instruction]
584 library.LLVMGetPreviousInstruction.restype = c_object_p
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py412 i = lib.LLVMGetPreviousInstruction(self)
586 library.LLVMGetPreviousInstruction.argtypes = [Instruction]
587 library.LLVMGetPreviousInstruction.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Decho.cpp717 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp790 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h795 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
/external/llvm/include/llvm-c/
DCore.h2494 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2720 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1573 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function
/external/llvm/lib/IR/
DCore.cpp2122 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function
/external/llvm/bindings/go/llvm/
Dir.go1143 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu…
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1205 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2348 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) { in LLVMGetPreviousInstruction() function