Home
last modified time | relevance | path

Searched refs:LLVMConstInsertValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h685 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
/external/llvm/include/llvm-c/
DCore.h1813 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c753 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c968 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1011 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, in LLVMConstInsertValue() function
/external/llvm/lib/IR/
DCore.cpp1409 LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, in LLVMConstInsertValue() function
/external/llvm/bindings/go/llvm/
Dir.go950 rv.C = C.LLVMConstInsertValue(agg.C, val.C, ptr, C.unsigned(n))