Searched refs:rawExtent (Results 1 – 2 of 2) sorted by relevance
1109 auto rawExtent = builder.create<mlir::arith::AddIOp>(loc, idxTy, diff, one); in computeExtent() local1110 return fir::factory::genMaxWithZero(builder, loc, rawExtent); in computeExtent()
1928 mlir::Value rawExtent = operands[rebox.shapeOffset() + i]; in reshapeBox() local1929 mlir::Value extent = integerCast(loc, rewriter, idxTy, rawExtent); in reshapeBox()