Searched refs:convertComplexType (Results 1 – 2 of 2) sorted by relevance
162 Type convertComplexType(ComplexType type);
113 addConversion([&](ComplexType type) { return convertComplexType(type); }); in LLVMTypeConverter()207 Type LLVMTypeConverter::convertComplexType(ComplexType type) { in convertComplexType() function in LLVMTypeConverter