Searched refs:structMap (Results 1 – 1 of 1) sorted by relevance
110 llvm::StringMap<std::pair<mlir::Type, StructAST *>> structMap; member in __anonbff89f8e0111::MLIRGenImpl129 if (structMap.count(str.getName())) in mlirGen()152 structMap.try_emplace(str.getName(), StructType::get(elementTypes), &str); in mlirGen()267 auto structIt = structMap.find(structName); in getStructFor()268 if (structIt == structMap.end()) in getStructFor()653 auto it = structMap.find(type.name); in getType()654 if (it == structMap.end()) { in getType()