Searched refs:cstLen (Results 1 – 1 of 1) sorted by relevance
91 auto cstLen = shape[0]; in toExtendedValue() local92 if (!resultLen && cstLen != fir::SequenceType::getUnknownExtent()) in toExtendedValue()93 resultLen = builder.createIntegerConstant(loc, lenType, cstLen); in toExtendedValue()