Rllvm (version 0.7-0)

getIntrinsic: Functions for working with LLVM Intrinsic routines

Description

These are functions that work with LLVM's intrinsic functions.

Usage

getIntrinsic(module, id, types = list())

Arguments

module

the Module object

id

the name of the intrinsic

types

parameter types

References

LLVM Manual