Lines Matching defs:absentDim
2454 bool absentDim = isStaticallyAbsent(args[1]);
2456 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 1)
2459 if (rank == 1 || absentDim)
2515 bool absentDim = isStaticallyAbsent(args[1]);
2517 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 1)
2520 if (rank == 1 || absentDim)
3290 bool absentDim = isStaticallyAbsent(args[1]);
3292 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 0)
3295 if (absentDim || maskRank == 1) {
3708 bool absentDim = isStaticallyAbsent(args[2]);
3727 if (!absentDim && rank == 1) {
3747 builder.getVarLenSeqTy(resultType, absentDim ? 1 : rank - 1);
3753 if (absentDim) {
4040 bool absentDim = isStaticallyAbsent(args[1]);
4044 if (absentDim || rank == 1) {
6537 bool absentDim = isStaticallyAbsent(args[1]);
6542 if (absentDim || rank == 1) {
6643 bool absentDim = isStaticallyAbsent(args[1]);
6645 absentDim ? builder.createIntegerConstant(loc, builder.getIndexType(), 1)
6648 if (rank == 1 || absentDim)
6767 bool absentDim = isStaticallyAbsent(args[2]);
6785 if (absentDim || rank == 1) {
8095 bool absentDim = isStaticallyAbsent(args[1]);
8097 if (!absentDim && rank == 1) {
8118 builder.getVarLenSeqTy(resultType, absentDim ? 1 : rank - 1);
8124 if (absentDim) {
8167 bool absentDim = isStaticallyAbsent(args[1]);
8171 if (!hasCharacterResult && (absentDim || rank == 1))
8174 if (hasCharacterResult && (absentDim || rank == 1)) {