Value: The LLVM Value Class

ValueR Documentation

The LLVM Value Class

Description

The Value class is central to LLVM and represents the result of any computation in the symbolic code.

Usage

getType(obj, ...)
getName(obj, ...)
setName(obj, name, ...)
isUsedInBasicBlock(val)
isUsedByMetadata(val)
isSwiftError(val)
getNumUses(val)

Arguments

obj, val

the Value object

name

a string, i.e., character vector of length 1.

...

additional arguments for methods

Author(s)

DTL


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