1 #ifndef HOBBES_EVAL_CEXPR_HPP_INCLUDED 2 #define HOBBES_EVAL_CEXPR_HPP_INCLUDED 13 llvm::Value*
toLLVM(jitcc* e,
const std::string& vname,
const ExprPtr& exp);
llvm::ConstantInt * toLLVMConstantInt(const PrimitivePtr &)
Definition: cexpr.C:64
std::shared_ptr< Primitive > PrimitivePtr
Definition: expr.H:86
llvm::Constant * toLLVMConstant(jitcc *, const std::string &, const ExprPtr &)
Definition: cexpr.C:756
llvm::Value * toLLVM(jitcc *, const ExprPtr &exp)
Definition: cexpr.C:617
std::shared_ptr< Expr > ExprPtr
Definition: expr.H:58