Home
last modified time | relevance | path

Searched refs:genControlValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp681 auto genControlValue = [&](const Fortran::parser::ScalarIntExpr &expr) { in genIoLoop() local
686 mlir::Value lowerValue = genControlValue(control.lower); in genIoLoop()
687 mlir::Value upperValue = genControlValue(control.upper); in genIoLoop()
690 ? genControlValue(*control.step) in genIoLoop()
H A DBridge.cpp1181 auto genControlValue = [&](const Fortran::lower::SomeExpr *expr, in genFIRIncrementLoopBegin() local
1216 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()