Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp91 auto cstLen = shape[0]; in toExtendedValue() local
92 if (!resultLen && cstLen != fir::SequenceType::getUnknownExtent()) in toExtendedValue()
93 resultLen = builder.createIntegerConstant(loc, lenType, cstLen); in toExtendedValue()