Searched refs:convertFloatType (Results 1 – 2 of 2) sorted by relevance
157 Type convertFloatType(FloatType type);
114 addConversion([&](FloatType type) { return convertFloatType(type); }); in LLVMTypeConverter()189 Type LLVMTypeConverter::convertFloatType(FloatType type) { in convertFloatType() function in LLVMTypeConverter