Searched refs:convertIntegerType (Results 1 – 2 of 2) sorted by relevance
147 Type convertIntegerType(IntegerType type);
35 addConversion([&](IntegerType type) { return convertIntegerType(type); }); in LLVMTypeConverter()180 Type LLVMTypeConverter::convertIntegerType(IntegerType type) { in convertIntegerType() function in LLVMTypeConverter