Lines Matching defs:idxTy
472 mlir::Type idxTy = builder.getIndexType();
475 loc, idxTy, builder.getIntegerAttr(idxTy, extent)));
546 mlir::Type idxTy = builder.getIndexType();
548 argsTy.push_back(idxTy);
589 mlir::Type idxTy = builder.getIndexType();
596 loc, idxTy, *fir::getIntIfConstant(dataBound.getLowerbound()));
598 loc, idxTy, *fir::getIntIfConstant(dataBound.getUpperbound()));
599 step = builder.createIntegerConstant(loc, idxTy, 1);
601 lb = builder.createIntegerConstant(loc, idxTy, 0);
603 loc, idxTy, *fir::getIntIfConstant(dataBound.getExtent()) - 1);
604 step = builder.createIntegerConstant(loc, idxTy, 1);
630 mlir::Type idxTy = builder.getIndexType();
631 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1);
632 mlir::Value zero = builder.createIntegerConstant(loc, idxTy, 0);
686 mlir::Type idxTy = builder.getIndexType();
688 initArgsTy.push_back(idxTy);
1068 mlir::Type idxTy = builder.getIndexType();
1078 auto lb = builder.createIntegerConstant(loc, idxTy, 0);
1079 auto ub = builder.createIntegerConstant(loc, idxTy, ext - 1);
1080 auto step = builder.createIntegerConstant(loc, idxTy, 1);
1362 mlir::Type idxTy = builder.getIndexType();
1364 initArgsTy.push_back(idxTy);