Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp150 static mlir::Type unwrapElementType(mlir::Type type) { in unwrapElementType() function
231 mlir::Type targetEleTy = unwrapElementType(box.getType()); in genInitialDataTarget()
242 auto ptrLen = unwrapElementType(boxType).cast<fir::CharacterType>().getLen(); in genInitialDataTarget()