Searched refs:convertIndexType (Results 1 – 2 of 2) sorted by relevance
149 Type convertIndexType(IndexType type);
116 addConversion([&](IndexType type) { return convertIndexType(type); }); in LLVMTypeConverter()181 Type LLVMTypeConverter::convertIndexType(IndexType type) { in convertIndexType() function in LLVMTypeConverter