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