18#ifndef FORTRAN_OPTIMIZER_BUILDER_RUNTIME_ENVIRONMENTDEFAULTS_H
19#define FORTRAN_OPTIMIZER_BUILDER_RUNTIME_ENVIRONMENTDEFAULTS_H
34struct EnvironmentDefault;
37namespace fir::runtime {
42mlir::Value genEnvironmentDefaults(
44 const std::vector<Fortran::lower::EnvironmentDefault> &envDefaults);
Definition: FIRBuilder.h:55
Definition: AbstractConverter.h:59
Definition: AbstractConverter.h:31
@ Value
Lower argument to a value. Mainly intended for scalar arguments.
Definition: AbstractConverter.h:27