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 Aug. 16, 2024, 2:33 a.m.