createIsNotNull: Create LLVM operations

View source: R/IRBuilder.R

createIsNotNullR Documentation

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

Author(s)

Duncan Temple Lang

References

The LLVM API documentation


duncantl/Rllvm documentation built on April 23, 2024, 6:14 p.m.