module volt.llvm.constant
Code for generating constant expresions.
Code Map
//! Code for generating constant expresions.
module volt.llvm.constant;
fn getConstantValue(state: State, exp: ir.Exp, result: Value) { }
Code for generating constant expresions.
//! Code for generating constant expresions.
module volt.llvm.constant;
fn getConstantValue(state: State, exp: ir.Exp, result: Value) { }