Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
LLVMBuildInsertValue ( Builder AggVal EltVal Index Name -- LLVMValueRef )
Vocabulary
llvm.core
Definition
USING:
alien.c-types
alien.syntax
;
IN:
llvm.core
LIBRARY:
LLVMCore
FUNCTION:
LLVMValueRef
LLVMBuildInsertValue
(
LLVMBuilderRef
Builder,
LLVMValueRef
AggVal,
LLVMValueRef
EltVal,
unsigned
Index,
c-string
Name )
;
inline