Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp4044 if (llvm::Optional<std::int64_t> cstDim = in genLbound() local
4048 mlir::Value lb = computeLBOUND(builder, loc, array, *cstDim - 1, zero, one); in genLbound()