createIsNotNull: Create LLVM operations
Description
Functions to create LLVM instructions, all typically taking
the IRBuilder as the first argument.
Usage
createIsNotNull(builder, val, id = character())
Arguments
val
the value/variable to test if is not NULL or is NULL
id
a label/identifier for the code/instruction to appear in the byte code
References
The LLVM API documentation