createIsNotNull: Create LLVM operations

Description Usage Arguments Author(s) References

Description

Functions to create LLVM instructions, all typically taking the IRBuilder as the first argument.

Usage

1
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

Author(s)

Duncan Temple Lang

References

The LLVM API documentation


doktorschiwago/Rllvm2 documentation built on May 15, 2019, 9:42 a.m.