Lines Matching defs:idxTy
276 mlir::IndexType idxTy = builder.getIndexType();
281 mlir::Value zeroIdx = builder.createIntegerConstant(loc, idxTy, 0);
294 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1);
301 mlir::Value dimIdx = builder.createIntegerConstant(loc, idxTy, i);
303 builder.create<fir::BoxDimsOp>(loc, idxTy, idxTy, idxTy, array, dimIdx);
572 mlir::IndexType idxTy = builder.getIndexType();
574 mlir::Value zeroIdx = builder.createIntegerConstant(loc, idxTy, 0);
592 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1);
599 mlir::Value dimIdx = builder.createIntegerConstant(loc, idxTy, i);
601 builder.create<fir::BoxDimsOp>(loc, idxTy, idxTy, idxTy, array, dimIdx);
684 mlir::IndexType idxTy = builder.getIndexType();
690 mlir::Value resultArrSize = builder.createIntegerConstant(loc, idxTy, rank);
708 mlir::Value index = builder.createIntegerConstant(loc, idxTy, i);
787 mlir::IndexType idxTy = builder.getIndexType();
792 mlir::Value index = builder.createIntegerConstant(loc, idxTy, i);
825 mlir::IndexType idxTy = builder.getIndexType();
832 mlir::Value indx = builder.createIntegerConstant(loc, idxTy, 0);
922 mlir::IndexType idxTy = builder.getIndexType();
933 mlir::Value zeroIdx = builder.createIntegerConstant(loc, idxTy, 0);
951 builder.create<fir::BoxDimsOp>(loc, idxTy, idxTy, idxTy, array1, zeroIdx);
953 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1);