Searched defs:arrType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Target/Cpp/ | ||
H A D | TranslateToCpp.cpp | 1533 if (auto arrType = dyn_cast<emitc::ArrayType>(type)) { emitVariableDeclaration() local |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertExpr.cpp | 5919 mlir::Type arrType = fir::unwrapPassByRefType(baseType); genOptionalArrayFetch() local |