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