Lines Matching defs:idxTy
507 mlir::Type idxTy = builder.getIndexType();
522 mlir::Value iIdx = builder.createConvert(loc, idxTy, i);
523 mlir::Value lbIdx = builder.createConvert(loc, idxTy, lb);
530 auto undef = builder.create<fir::UndefOp>(loc, idxTy);
546 mlir::Type idxTy = builder.getIndexType();
548 mlir::Value one = builder.createIntegerConstant(loc, idxTy, 1);
549 substring[0] = builder.createConvert(loc, idxTy, substring[0]);
558 loc, idxTy, *designate.getComplexPart()));
635 mlir::Type idxTy = builder.getIndexType();
636 auto one = builder.createIntegerConstant(loc, idxTy, 1);
638 triples.push_back(builder.createConvert(loc, idxTy, lb));
639 triples.push_back(builder.createConvert(loc, idxTy, ub));