Description Usage Arguments Author(s) References
These are some of the functions that work with LLVM Type descriptions.
| 1 2 3 4 | arrayType(elType, num)
getIntegerBitWidth(x, ...)
functionType(returnType, argTypes, varArgs = FALSE)
 | 
| x | the type, an Integer type for  | 
| elType | the type of the element | 
| num | the number of elements in the array | 
| ... | additional parameters for methds | 
| returnType | the type for the return value of the function/routine type | 
| argTypes | a list of types for the parameters of the function/routine type | 
| varArgs | a logical value indicating if the function/routine type has a variable number of arguments, i.e. ... | 
DTL
LLVM Documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.