VapourSynth-llvmexpr
Loading...
Searching...
No Matches
analysis::ConstPropResult Struct Reference

#include <llvmexpr/analysis/passes/ConstPropPass.hpp>

Public Attributes

std::vector< std::vector< std::optional< double > > > const_stack_in
std::vector< std::vector< std::optional< double > > > const_stack_out

Detailed Description

Definition at line 30 of file ConstPropPass.hpp.

Member Data Documentation

◆ const_stack_in

std::vector<std::vector<std::optional<double> > > analysis::ConstPropResult::const_stack_in

Definition at line 31 of file ConstPropPass.hpp.

Referenced by analysis::ConstPropPass::run().

◆ const_stack_out

std::vector<std::vector<std::optional<double> > > analysis::ConstPropResult::const_stack_out

Definition at line 32 of file ConstPropPass.hpp.

Referenced by analysis::ConstPropPass::run().


The documentation for this struct was generated from the following file: