Searched refs:castBounds (Results 1 – 1 of 1) sorted by relevance
308 mlir::SmallVector<mlir::Value, 2> castBounds; in createSubstring() local311 castBounds.push_back(builder.createConvert(loc, getLengthType(), bound)); in createSubstring()312 auto lowerBound = castBounds[0]; in createSubstring()326 builder.create<mlir::SubIOp>(loc, str.getLen(), castBounds[0]); in createSubstring()329 builder.create<mlir::SubIOp>(loc, castBounds[1], castBounds[0]); in createSubstring()