Searched refs:genControlValue (Results 1 – 2 of 2) sorted by relevance
681 auto genControlValue = [&](const Fortran::parser::ScalarIntExpr &expr) { in genIoLoop() local686 mlir::Value lowerValue = genControlValue(control.lower); in genIoLoop()687 mlir::Value upperValue = genControlValue(control.upper); in genIoLoop()690 ? genControlValue(*control.step) in genIoLoop()
1181 auto genControlValue = [&](const Fortran::lower::SomeExpr *expr, in genFIRIncrementLoopBegin() local1216 mlir::Value lowerValue = genControlValue(info.lowerExpr, info); in genFIRIncrementLoopBegin()1217 mlir::Value upperValue = genControlValue(info.upperExpr, info); in genFIRIncrementLoopBegin()1218 info.stepValue = genControlValue(info.stepExpr, info); in genFIRIncrementLoopBegin()