Searched refs:convertMemRefType (Results 1 – 2 of 2) sorted by relevance
165 Type convertMemRefType(MemRefType type);
118 addConversion([&](MemRefType type) { return convertMemRefType(type); }); in LLVMTypeConverter()344 Type LLVMTypeConverter::convertMemRefType(MemRefType type) { in convertMemRefType() function in LLVMTypeConverter