Home
last modified time | relevance | path

Searched refs:castBounds (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp308 mlir::SmallVector<mlir::Value, 2> castBounds; in createSubstring() local
311 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()