Searched refs:LLVMGetIncomingValue (Results 1 – 13 of 13) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 603 Values.push_back(CloneValue(LLVMGetIncomingValue(Src, i))); in CloneInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 623 Values.push_back(CloneValue(LLVMGetIncomingValue(Src, i))); in CloneInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 820 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2817 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3050 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1248 Store_field(Hd, 0, (value) LLVMGetIncomingValue(PhiNode, --I)); in llvm_incoming()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1605 Store_field(Hd, 0, (value) LLVMGetIncomingValue(PhiNode, --I)); in llvm_incoming()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1684 Store_field(Hd, 0, (value) LLVMGetIncomingValue(PhiNode, --I)); in llvm_incoming()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1672 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingValue() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2339 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingValue() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1179 rv.C = C.LLVMGetIncomingValue(v.C, C.unsigned(i))
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1232 rv.C = C.LLVMGetIncomingValue(v.C, C.unsigned(i))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2569 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index) { in LLVMGetIncomingValue() function
|