Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1638 mlir::Value iterate, bool finalCountValue, in build() argument
1642 if (finalCountValue) { in build()
1944 bool finalCountValue, mlir::ValueRange iterArgs, in build() argument
1948 if (finalCountValue) { in build()
1957 if (iterArgs.empty() && !finalCountValue) in build()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2066 CArg<"bool", "false">:$finalCountValue,
2210 CArg<"bool", "false">:$finalCountValue,