Home
last modified time | relevance | path

Searched defs:seqType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dassign08.f907 type :: seqType type
21 type :: seqType type
H A Ddata14.f905 type :: seqType type
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp338 if (auto seqType = refType.getEleTy().dyn_cast_or_null<SequenceType>()) { in coordinateArrayElement() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp618 if (auto seqType = type.dyn_cast<fir::SequenceType>()) in isCharacterLiteral() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp153 if (auto seqType = type.dyn_cast<fir::SequenceType>()) in unwrapElementType() local