Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp200 bool absentDim = isStaticallyAbsent(args[1]); in genProdOrSum() local
204 if (absentDim || rank == 1) { in genProdOrSum()
273 bool absentDim = isStaticallyAbsent(args[1]); in genExtremumVal() local
343 bool absentDim = isStaticallyAbsent(args[1]); in genExtremumloc() local
345 if (!absentDim && rank == 1) { in genExtremumloc()
385 if (absentDim) { in genExtremumloc()
2195 bool absentDim = isStaticallyAbsent(args[1]); in genAll() local
2200 if (rank == 1 || absentDim) in genAll()
2265 bool absentDim = isStaticallyAbsent(args[1]); in genAny() local
2270 if (rank == 1 || absentDim) in genAny()
[all …]