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