Return the lattice value inferred for non‐struct value V.

Synopsis

Declared in <llvm/Transforms/Utils/SCCPSolver.h>

ValueLatticeElement const&
getLatticeValueFor(Value* V) const;

Return Value

Lattice value inferred for V.

Parameters

Name

Description

V

Value to query.

Created with MrDocs