Lines Matching refs:absentDim
200 bool absentDim = isStaticallyAbsent(args[1]); in genProdOrSum() local
204 if (absentDim || rank == 1) { in genProdOrSum()
273 bool absentDim = isStaticallyAbsent(args[1]); in genExtremumVal() local
277 if (!hasCharacterResult && (absentDim || rank == 1)) in genExtremumVal()
280 if (hasCharacterResult && (absentDim || rank == 1)) { in genExtremumVal()
343 bool absentDim = isStaticallyAbsent(args[1]); in genExtremumloc() local
345 if (!absentDim && rank == 1) { in genExtremumloc()
379 builder.getVarLenSeqTy(resultType, absentDim ? 1 : rank - 1); in genExtremumloc()
385 if (absentDim) { in genExtremumloc()
2195 bool absentDim = isStaticallyAbsent(args[1]); in genAll() local
2197 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 1) in genAll()
2200 if (rank == 1 || absentDim) in genAll()
2265 bool absentDim = isStaticallyAbsent(args[1]); in genAny() local
2267 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 1) in genAny()
2270 if (rank == 1 || absentDim) in genAny()
2468 bool absentDim = isStaticallyAbsent(args[1]); in genCount() local
2470 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 0) in genCount()
2473 if (absentDim || maskRank == 1) { in genCount()