llvm::ValueLatticeElement::get

Create a lattice element for constant C.

Synopsis

Declared in <llvm/Analysis/ValueLattice.h>

static
ValueLatticeElement
get(Constant* C);

Return Value

Lattice element marked as constant C.

Parameters

NameDescription
CConstant value to represent.