module volt.llvm.constant
Backend | LLVM Backend

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) { }