Searched refs:LLVMGetElementAsConstant (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 289 Elts.push_back(clone_constant(LLVMGetElementAsConstant(Cst, i), M)); in clone_constant_impl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 301 Elts.push_back(clone_constant(LLVMGetElementAsConstant(Cst, i), M)); in clone_constant_impl()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1712 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1900 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx);
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 899 return LLVMGetElementAsConstant(Const, Int_val(N)); in llvm_const_element()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 982 return LLVMGetElementAsConstant(Const, Int_val(N)); in llvm_const_element()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1004 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx) { in LLVMGetElementAsConstant() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1195 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx) { in LLVMGetElementAsConstant() function
|