Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair() local
72 assert(charBox && "Array unsupported in character lowering helper"); in toDataLengthPair()
73 return *charBox; in toDataLengthPair()
DIntrinsicCall.cpp634 if (auto charBox = val.getCharBox()) { in toValue() local
635 auto buffer = charBox->getBuffer(); in toValue()
639 buffer, charBox->getLen()); in toValue()
1119 if (const auto *charBox = args[0].getCharBox()) { in genLen() local
1120 len = charBox->getLen(); in genLen()