Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp233 auto lhsCstLen = getCompileTimeLength(lhs); in createAssign() local
235 lhsCstLen && rhsCstLen && *lhsCstLen == *rhsCstLen; in createAssign()
237 if (compileTimeSameLength && *lhsCstLen == 1) { in createAssign()