Rllvm (version 0.7-0)

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

builder

the IRBuilder object

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